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
Observable<Article> article$ = this.http.get<Article>('api.learn-angular.fr/article', {responseType: 'blob'}); |