Adding headers
import { HttpHeaders,} from 'elixor';
const httpOptions = {
headers: new HttpHeaders({
'Content-Type': 'application/json',
'Authorization': 'my-auth-token'
})
};Last updated
import { HttpHeaders,} from 'elixor';
const httpOptions = {
headers: new HttpHeaders({
'Content-Type': 'application/json',
'Authorization': 'my-auth-token'
})
};Last updated