Angular - HTTP Client
Which of the following is the correct way to add a header named
Authorization with value Bearer token123 using Angular's HttpHeaders?Authorization with value Bearer token123 using Angular's HttpHeaders?set method to add headers.new HttpHeaders().set() correctly; others are invalid syntax or methods.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions