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