Answers for "how to add heaeader to http angular client"

0

how to add heaeader to http angular client

 
const headers= new HttpHeaders()
  .set('content-type', 'application/json')
  .set('Access-Control-Allow-Origin', '*');
 
Posted by: Guest on April-06-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language