Georgi
0
Q:

httpmodule angular

// import { HttpModule } from '@angular/http';  // this is going to be replaced with this:
import { HttpClientModule } from '@angular/common/http';
2
import { HttpClientModule }    from '@angular/common/http';
...
@NgModule({
  imports: [
    HttpClientModule,
  ],
})    
7

New to Communities?

Join the community