I'm new to angular7/typescript i want to pass boolean value as a Httpparam, Is it possible ?
let body = new HttpParams();
body = body.set('name', string);
body = body.set('value', boolean);
Issue is how do i pass boolean value
I'm new to angular7/typescript i want to pass boolean value as a Httpparam, Is it possible ?
let body = new HttpParams();
body = body.set('name', string);
body = body.set('value', boolean);
Issue is how do i pass boolean value