source: Farmatiko/wwwroot/src/app/app.component.ts@ b36a754

Last change on this file since b36a754 was b36a754, checked in by Your Name <you@…>, 4 years ago

Angular app created

  • Property mode set to 100644
File size: 213 bytes
RevLine 
[b36a754]1import { Component } from '@angular/core';
2
3@Component({
4 selector: 'app-root',
5 templateUrl: './app.component.html',
6 styleUrls: ['./app.component.css']
7})
8export class AppComponent {
9 title = 'farmatiko';
10}
Note: See TracBrowser for help on using the repository browser.