Answers for "core.js:6185 ERROR NullInjectorError: R3InjectorError(AppModule)[BookServiceService -> HttpClient -> HttpClient -> HttpClient]: NullInjectorError: No provider for HttpClient!"

7

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,  ]
Posted by: Guest on July-20-2020
4

No provider for HttpClient!

import { HttpClientModule } from '@angular/common/http';
Posted by: Guest on April-12-2020

Code answers related to "core.js:6185 ERROR NullInjectorError: R3InjectorError(AppModule)[BookServiceService -> HttpClient -> HttpClient -> HttpClient]: NullInjectorError: No provider for HttpClient!"

Code answers related to "Javascript"

Browse Popular Code Answers by Language