Changeset 1f4846d for Farmatiko/ClientApp/src/app/shared
- Timestamp:
- 11/01/20 00:55:08 (4 years ago)
- Branches:
- master
- Children:
- d23bf72
- Parents:
- 993189e
- Location:
- Farmatiko/ClientApp/src/app/shared
- Files:
-
- 6 added
- 2 deleted
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/shared/interfaces.ts
r993189e r1f4846d 55 55 Passwd: string; 56 56 Name: string; 57 Role?: string; 57 58 } 58 59 -
Farmatiko/ClientApp/src/app/shared/services/data.service.ts
r993189e r1f4846d 5 5 import { map, catchError } from 'rxjs/operators'; 6 6 7 import { IHealthFacilities, IHealthcareWorkers, IMedicine, IPandemic, IPharmacy, IPharmacyHead, IPharmacyHeadRequest } from '. /interfaces';7 import { IHealthFacilities, IHealthcareWorkers, IMedicine, IPandemic, IPharmacy, IPharmacyHead, IPharmacyHeadRequest } from '../interfaces'; 8 8 9 9 @Injectable()
Note:
See TracChangeset
for help on using the changeset viewer.