issues: ps

This commit is contained in:
venbatechnologies@gmail.com 2018-12-21 17:27:08 +05:30
parent 7007f2d458
commit 064077e38b

View File

@ -12,13 +12,9 @@ import { environment } from 'environments/environment';
/** Imported Service Files Are., */ /** Imported Service Files Are., */
import { AwsService } from '../../../AwsService/aws.service'; import { AwsService } from '../../../AwsService/aws.service';
/** Environment */
import { environment } from '../../../../environments/environment';
/** Consant Value For Created Date And Updated Date */ /** Consant Value For Created Date And Updated Date */
const currentdate = new Date().toJSON().slice(0, 19).replace('T', ' '); const currentdate = new Date().toJSON().slice(0, 19).replace('T', ' ');
@Injectable({ @Injectable({
providedIn: 'root' providedIn: 'root'
}) })
@ -28,10 +24,7 @@ const currentdate = new Date().toJSON().slice(0, 19).replace('T', ' ');
* Kdk * Kdk
*/ */
export class EntityService { export class EntityService {
<<<<<<< HEAD
=======
>>>>>>> e945a07cbf0d2c99e43afcb965007c5dde7684fe
private apiUrl = environment.apiEndpoint; private apiUrl = environment.apiEndpoint;
private serviceUrl = 'https://jsonplaceholder.typicode.com/users'; private serviceUrl = 'https://jsonplaceholder.typicode.com/users';