source: Farmatiko/ClientApp/src/app/home/home.component.ts@ 37c8d1d

Last change on this file since 37c8d1d was ec6ac45, checked in by Mile Jankuloski <mile.jankuloski@…>, 4 years ago

Adjusments

  • Property mode set to 100644
File size: 279 bytes
Line 
1import { Component, OnInit, Input, ViewChild } from '@angular/core';
2import { MaterialModule } from '../shared/material.module';
3
4@Component({
5 selector: 'app-home',
6 templateUrl: './home.component.html',
7 styleUrls: ['./home.component.css']
8})
9export class HomeComponent {
10}
Note: See TracBrowser for help on using the repository browser.