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