valor-software/ng2-bootstrap

View on GitHub
demo/src/app/components/+alerts/demos/styling-global/styling-global.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Component, ViewEncapsulation } from '@angular/core';

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