Angular No Provider For HttpClient

[Solved] Angular No Provider For HttpClient | Typescript - Code Explorer | yomemimo.com
Question : angular No provider for HttpClient

Answered by : akshay-rajpaul

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

Source : | Last Update : Mon, 27 Jul 20

Question : No provider for HttpClient!

Answered by : motionless-macaw-tacitaehyqwg

import { HttpClientModule } from '@angular/common/http'; 

Source : https://stackoverflow.com/questions/47236963/no-provider-for-httpclient | Last Update : Sun, 19 Apr 20

Answers related to angular No provider for HttpClient

Code Explorer Popular Question For Typescript