Cómo agregar HealeAder a HTTP Angular Client

 
const headers= new HttpHeaders()
  .set('content-type', 'application/json')
  .set('Access-Control-Allow-Origin', '*');
 
Ferid HELALI