import { Component } from '@angular/core'; @Component({ selector: 'ngx-material-landing', templateUrl: './material-landing.component.html', styleUrls: [ './material-landing.component.scss', '../landing-home.component.scss' ] }) export class MaterialLandingComponent {}