source: Farmatiko/ClientApp/src/app/app.component.ts@ 92a1f41

Last change on this file since 92a1f41 was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

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