@addapptables/notifier
Version:
Material notifier library for angular
10 lines (9 loc) • 337 B
TypeScript
import { OnDestroy } from '@angular/core';
export declare class NotifierContainerService implements OnDestroy {
protected _document: any;
protected _containerElement: HTMLElement;
constructor(_document: any);
getContainerElement(): HTMLElement;
protected _createContainer(): void;
ngOnDestroy(): void;
}