// open the root app.module.ts, import { HttpClientModule } from '@angular/common/http'; // add it to the @NgModule.imports array. imports:[HttpClientModule, ]