UNPKG

@addapptables/notifier

Version:
10 lines (9 loc) 337 B
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; }