import { HttpClientModule } from '@angular/common/http'; ... imports: [ HttpClientModule ], @Injectable({ providedIn: 'root' })