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