source: Farmatiko/ClientApp/src/app/app.component.ts@ 822c59d

Last change on this file since 822c59d was 822c59d, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago

Initial commit

  • Property mode set to 100644
File size: 169 bytes
RevLine 
[822c59d]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.