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

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

Frontend adjustments for prototype

  • Property mode set to 100644
File size: 279 bytes
RevLine 
[333cdac]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',
[333cdac]7 styleUrls: ['./home.component.css']
[30a465f]8})
9export class HomeComponent {
10}
Note: See TracBrowser for help on using the repository browser.