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