source:
Farmatiko/ClientApp/src/app/app.component.ts@
f33b0d4
Last change on this file since f33b0d4 was 30a465f, checked in by , 4 years ago | |
---|---|
|
|
File size: 169 bytes |
Line | |
---|---|
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.