Thank you.
I tried this code, but it doesn’t work:
let httpParams = new HttpParams().set('username', 'John').set('password', '123456');
this.http.post("http://..........", httpParams, options)
Thank you.
I tried this code, but it doesn’t work:
let httpParams = new HttpParams().set('username', 'John').set('password', '123456');
this.http.post("http://..........", httpParams, options)