Skip to content

Instantly share code, notes, and snippets.

@wKoza
Created July 17, 2017 13:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wKoza/a9154484afdd3f7b7ce9f321821329bd to your computer and use it in GitHub Desktop.
Observable<Article> article$ = this.http.get<Article>('api.learn-angular.fr/article', {responseType: 'blob'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment