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

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

Adjusments

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