This commit is contained in:
Olu Amey
2020-01-11 22:20:49 -05:00
parent 32cb41d95f
commit be142c3045
+1 -1
View File
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http'; import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
import 'rxjs/add/operator/map'; import 'rxjs/add/operator/map';
import { Observable } from 'rxjs'; import { Observable } from 'rxjs/Rx';
@Injectable({ @Injectable({
providedIn: 'root' providedIn: 'root'