Skip to content

Instantly share code, notes, and snippets.

@wKoza
Last active July 17, 2017 13:45
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/9889fee0aadca4069c9a6ea3140890e9 to your computer and use it in GitHub Desktop.
Save wKoza/9889fee0aadca4069c9a6ea3140890e9 to your computer and use it in GitHub Desktop.
httpclient.ts
Observable<Article[]> articles$ = this.http.get('api.learn-angular.fr/articles')
.map((res:Response) => res.json() as Article[]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment