have some error with httpclientmodule: i have app.module.ts and there is code :
import { NgModule } from \'@angular/core\'; import { BrowserModule } from \
It should be imported from @angular/common/http
@angular/common/http
import {HttpClientModule} from '@angular/common/http';
Make sure you have installed angular@^4.3.0 (changelog)
See also the docs
Plunker Example