This commit is contained in:
Olu Amey
2020-01-11 22:19:59 -05:00
parent 4d34d19c3a
commit 32cb41d95f
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { Injectable } from '@angular/core';
import { HttpClient, HttpHeaders, HttpParams } from '@angular/common/http';
import 'rxjs/add/operator/map';
import { Observable } from 'rxjs/Rx';
import { Observable } from 'rxjs';
@Injectable({
providedIn: 'root'