A need the library:
import {HttpModule} from '@angular/http';
Because i want to do a CRUD and this library is important.
A need the library:
import {HttpModule} from '@angular/http';
Because i want to do a CRUD and this library is important.
Consider reading the tour of heroes tutorial on angular.io and boost yourself into 2019
import {HttpClientModule} from '@angular/http';
--> app.module.ts
import {HttpClient} from '@angular/http';
--> component.ts
http.get()....