Sono stato alla ricerca di un modo per passare dei parametri delle query in una chiamata API con il nuovo HttpClientModules' HttpCliente devo ancora trovare una soluzione. Con il vecchio Httpmodulo scriverai qualcosa del genere. getNamespaceLogs(logNamespace) { // Setup log namespace query parameter let params = new URLSearchParams(); params.set('logNamespace', logNamespace); …
Provo a inviare una richiesta POST da Angular 4 al mio backend Laravel. Il mio LoginService ha questo metodo: login(email: string, password: string) { return this.http.post(`http://10.0.1.19/login`, { email, password }) } Mi iscrivo a questo metodo nel mio LoginComponent: .subscribe( (response: any) => { console.log(response) location.reload() }, (error: any) => …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.