Como adicionar Hearyer ao cliente angular http
const headers= new HttpHeaders()
.set('content-type', 'application/json')
.set('Access-Control-Allow-Origin', '*');
Ferid HELALI