UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

10 lines (8 loc) 258 B
import { Component, ViewEncapsulation } from '@angular/core'; @Component({ selector: 'demo-alert-styling-global', templateUrl: './styling-global.html', encapsulation: ViewEncapsulation.None }) export class DemoAlertStylingGlobalComponent { }