UNPKG

ngx-bootstrap-alert

Version:

For Angular5+ Provides alert messaging for your application. Message styling is driven by [Bootstrap](https://getbootstrap.com/).

5 lines (4 loc) 295 B
export { BootstrapAlertComponent } from './bootstrap-alert.component'; export { BootstrapAlertModule } from './bootstrap-alert.module'; export { BootstrapAlertService } from './bootstrap-alert.service'; export { BootstrapAlert, BootstrapAlertInterface, AlertType } from './bootstrap-alert';