// missing import on app.module.ts import { HttpClientModule } from '@angular/common/http'; @NgModule({ imports: [ HttpClientModule ]