Changeset 68454c6 for Farmatiko/ClientApp/src/app/admin
- Timestamp:
- 11/15/20 19:08:48 (4 years ago)
- Branches:
- master
- Children:
- 8b13eb2
- Parents:
- 1db5673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/admin/admin.component.ts
r1db5673 r68454c6 19 19 public requests: IPharmacyHeadRequest[] = []; 20 20 public head: IPharmacyHead = { 21 id: '',22 21 PharmacyMedicines: null, 23 22 Pharmacy: null, … … 58 57 () => console.log("PharmacyHead inserted")); 59 58 this.head = { 60 id: '',61 59 PharmacyMedicines: null, 62 60 Pharmacy: null,
Note:
See TracChangeset
for help on using the changeset viewer.