PacktPublishing / ASP.NET-Core-2-and-Angular-5

ASP.NET Core 2 and Angular 5, published by Packt
MIT License
79 stars 75 forks source link

QuizListComponent #25

Closed ghost closed 6 years ago

ghost commented 6 years ago

Change: import { HttpClient } from '@angular/common/http'; to import { HttpClientModule } from '@angular/common/http';

ghost commented 6 years ago

Thanks for the help, the solution wasn't what you tell me. Anyway, thanks a lot. Already solved. The error was in the book.

diverjasongray commented 6 years ago

I am getting an error when I use both:

import { HttpClient } from '@angular/common/http';

or

import { HttpClientModule } from '@angular/common/http';

Any ideas?

Thanks,

Jason