Last change
on this file since f554983 was 8b13eb2, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
fix bugs
|
-
Property mode
set to
100644
|
File size:
329 bytes
|
Rev | Line | |
---|
[8b13eb2] | 1 | import { Component, OnInit } from '@angular/core';
|
---|
| 2 |
|
---|
| 3 | @Component({
|
---|
| 4 | selector: 'app-pharmacy-head-dialog',
|
---|
| 5 | templateUrl: './pharmacy-head-dialog.component.html',
|
---|
| 6 | styleUrls: ['./pharmacy-head-dialog.component.css']
|
---|
| 7 | })
|
---|
| 8 | export class PharmacyHeadDialogComponent implements OnInit {
|
---|
| 9 |
|
---|
| 10 | constructor() { }
|
---|
| 11 |
|
---|
| 12 | ngOnInit(): void {
|
---|
| 13 | }
|
---|
| 14 |
|
---|
| 15 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.