UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

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