ngx-toast-notifier
Version:
This is a nofitications library for Angular
14 lines (13 loc) • 701 B
TypeScript
import { OnInit } from '@angular/core';
import { Observable } from 'rxjs';
import { INotification } from '../interfaces/i-notification';
import { NgxToastNotifierService } from '../services/ngx-toast-notifier.service';
import * as i0 from "@angular/core";
export declare class NgxToastNotifierComponent implements OnInit {
private notificationSvc;
$notifications: Observable<INotification[]>;
constructor(notificationSvc: NgxToastNotifierService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxToastNotifierComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxToastNotifierComponent, "ngx-toast-notifier", never, {}, {}, never, never>;
}