UNPKG

ngx-bootstrap-alert

Version:

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

9 lines (8 loc) 301 B
import { BootstrapAlert } from './bootstrap-alert'; import 'rxjs/add/operator/toPromise'; import { BehaviorSubject } from 'rxjs/Rx'; export declare class BootstrapAlertService { _bootstrapAlert: BehaviorSubject<BootstrapAlert>; constructor(); alert(alert: BootstrapAlert): void; }