Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created August 10, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wKoza/5809124bbca4aea06aba33de9c60ce9a to your computer and use it in GitHub Desktop.
Save wKoza/5809124bbca4aea06aba33de9c60ce9a to your computer and use it in GitHub Desktop.
const headers = new HttpHeaders().set('Authorization', 'my-auth-token');
Observable<Article[]> article$ = this.http.get<Article[]>('api.learn-angular.fr/articles', {headers});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment