ERROR Error: Uncaught (in promise): NullInjectorError: no provider for httpclient code example
Example 1: NullInjectorError: No provider for HttpClient!
@NgModule({
...
imports:[ HttpClientModule ]
...
})
Example 2: NullInjectorError: No provider for HttpClient!
import { HttpClientModule } from '@angular/common/http';