PD SERVICE CHANGES

This commit is contained in:
gandhimathi 2019-02-07 16:01:02 +05:30
parent 36d447ba58
commit 9968715069

View File

@ -1,9 +1,8 @@
/** Common Import Section */
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';//for Datatables
import { Observable, of, forkJoin } from 'rxjs';
import { HttpClient, HttpParams } from '@angular/common/http';
import { catchError, map } from 'rxjs/operators';
import { of, forkJoin } from 'rxjs';
/** Imported Service Files Are., */
import { AwsService } from '../../AwsService/aws.service';