UNPKG

ng2-alert-center

Version:

Alert center provides an alert service and an alert component, you can include in your Angular 2 project.

9 lines (8 loc) 243 B
import { Observable } from 'rxjs/Observable'; import { Alert } from '../model/alert'; export declare class AlertCenterService { private _alerts; readonly alerts: Observable<Alert>; constructor(); alert(anAlert: Alert): void; }