import { Component, OnInit } from '@angular/core'; @Component({ selector: 'ilm-blah', templateUrl: './blah.component.html', styleUrls: ['./blah.component.scss'] }) export class BlahComponent implements OnInit { constructor() { } ngOnInit() { } }