I tried to import the http provider into a service, but I\'m getting the following error:
Cannot resolve all parameters for \'AppService\'(?). Make su
I had the same issue, and for me the problem was that i was missing import { HttpModule } from '@angular/http' in app.module.ts
import { HttpModule } from '@angular/http'
app.module.ts