source:
Farmatiko/ClientApp/src/app/home/home.component.ts@
785b8bd
Last change on this file since 785b8bd was 785b8bd, checked in by , 4 years ago | |
---|---|
|
|
File size: 219 bytes |
Line | |
---|---|
1 | import { Component, OnInit, Input, ViewChild } from '@angular/core'; |
2 | |
3 | @Component({ |
4 | selector: 'app-home', |
5 | templateUrl: './home.component.html', |
6 | styleUrls: ['./home.component.css'] |
7 | }) |
8 | export class HomeComponent { |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.