Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/ClientApp/src/app/home/home.component.ts

    r333cdac r30a465f  
    1 import { Component, OnInit, Input, ViewChild } from '@angular/core';
    2 import { MaterialModule } from '../shared/material.module';
     1import { Component } from '@angular/core';
    32
    43@Component({
    54  selector: 'app-home',
    65  templateUrl: './home.component.html',
    7   styleUrls: ['./home.component.css']
    86})
    97export class HomeComponent {
Note: See TracChangeset for help on using the changeset viewer.