import { Component, ViewEncapsulation } from '@angular/core'; @Component({ encapsulation: ViewEncapsulation.None, selector: 'buttons-component', templateUrl: './buttons.component.template.pug', }) export class ButtonsComponent {}