UNPKG

ngx-toast-notifier

Version:

This is a nofitications library for Angular

11 lines (10 loc) 604 B
import { INotification } from '../../interfaces/i-notification'; import { NgxToastNotifierService } from '../../services/ngx-toast-notifier.service'; import * as i0 from "@angular/core"; export declare class NotificationComponent { private notificationSvc; notificationData: INotification; constructor(notificationSvc: NgxToastNotifierService); static ɵfac: i0.ɵɵFactoryDeclaration<NotificationComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NotificationComponent, "ngx-notification", never, { "notificationData": "notificationData"; }, {}, never, never>; }