import { Component } from '@angular/core'; @Component({ selector: 'emat-masthead', templateUrl: './masthead.component.html', styleUrls: ['./masthead.component.scss'], }) export class MastheadComponent { constructor() {} }