source: Farmatiko/ClientApp/src/app/home/home.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: 155 bytes
Line 
1import { Component } from '@angular/core';
2
3@Component({
4 selector: 'app-home',
5 templateUrl: './home.component.html',
6})
7export class HomeComponent {
8}
Note: See TracBrowser for help on using the repository browser.