UNPKG

754 BTypeScriptView Raw
1import { ElementRef } from '@angular/core';
2import * as i0 from "@angular/core";
3export declare class ToastContainerDirective {
4 private el;
5 constructor(el: ElementRef);
6 getContainerElement(): HTMLElement;
7 static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerDirective, never>;
8 static ɵdir: i0.ɵɵDirectiveDeclaration<ToastContainerDirective, "[toastContainer]", ["toastContainer"], {}, {}, never>;
9}
10export declare class ToastContainerModule {
11 static ɵfac: i0.ɵɵFactoryDeclaration<ToastContainerModule, never>;
12 static ɵmod: i0.ɵɵNgModuleDeclaration<ToastContainerModule, [typeof ToastContainerDirective], never, [typeof ToastContainerDirective]>;
13 static ɵinj: i0.ɵɵInjectorDeclaration<ToastContainerModule>;
14}