import { Component, OnInit, Input, ViewChild } from '@angular/core'; import { MaterialModule } from '../shared/material.module'; @Component({ selector: 'app-home', templateUrl: './home.component.html', styleUrls: ['./home.component.css'] }) export class HomeComponent { }