source:
Farmatiko/ClientApp/src/app/app.component.ts@
394395d
Last change on this file since 394395d was 822c59d, checked in by , 4 years ago | |
---|---|
|
|
File size: 169 bytes |
Rev | Line | |
---|---|---|
[822c59d] | 1 | import { Component } from '@angular/core'; |
2 | ||
3 | @Component({ | |
4 | selector: 'app-root', | |
5 | templateUrl: './app.component.html' | |
6 | }) | |
7 | export class AppComponent { | |
8 | title = 'app'; | |
9 | } |
Note:
See TracBrowser
for help on using the repository browser.