import { Component } from '@angular/core'; @Component({ selector : 'simple-fullwidth', templateUrl: './fullwidth.component.html', styleUrls : ['./fullwidth.component.scss'] }) export class SimpleFullWidthComponent { /** * Constructor */ constructor() { } }