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