Skip to content

Instantly share code, notes, and snippets.

@wKoza

wKoza/get.ts Secret

Created August 10, 2017 08:28
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/470b00eeaed958d53682e7f3a99580f8 to your computer and use it in GitHub Desktop.
Save wKoza/470b00eeaed958d53682e7f3a99580f8 to your computer and use it in GitHub Desktop.
const params = new HttpParams().set('id', '13');
Observable<Article> article$ = this.http.get<Article>('api.learn-angular.fr/article', {params});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment