SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same error and I solved it by importing HttpModule in app.module.ts
HttpModule
import { HttpModule } from '@angular/http';
and then in the imports[] array:
imports[]