ng-toast-stack
Version:
Beautiful & easy to use toast stack messages, having auto close, pause, resume functionality and customization.
11 lines (10 loc) • 491 B
TypeScript
import { OnInit } from '@angular/core';
import { NgToastStackService } from './ng-toast-stack.service';
import * as i0 from "@angular/core";
export declare class NgToastStackComponent implements OnInit {
ns: NgToastStackService;
constructor(ns: NgToastStackService);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgToastStackComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgToastStackComponent, "ng-toast-stack", never, {}, {}, never, never>;
}