No provider for service angular 9 code example
Example: angular No provider for HttpClient
// open the root app.module.ts,
import { HttpClientModule } from '@angular/common/http';
// add it to the @NgModule.imports array.
imports:[HttpClientModule, ]