Changeset ad60966 for Farmatiko/ClientApp/src/app/home
- Timestamp:
- 11/05/20 08:53:48 (4 years ago)
- Branches:
- master
- Children:
- 1db5673
- Parents:
- afc9a9a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/ClientApp/src/app/home/home.component.ts
rafc9a9a rad60966 1 1 import { Component, OnInit } from '@angular/core'; 2 2 import { IMedicine, IPharmacy } from '../shared/interfaces'; 3 import { DataService } from '../shared/ services/data.service';3 import { DataService } from '../shared/data.service'; 4 4 import { MatDialog } from '@angular/material/dialog'; 5 5 import { MedicineDialogComponent } from '../dialogs/medicine-dialog/medicine-dialog.component';
Note:
See TracChangeset
for help on using the changeset viewer.