kage-ui
Version:
A minimal, border-focused Angular UI component library.
17 lines (16 loc) • 764 B
TypeScript
import { AfterViewInit, ComponentRef, OnDestroy, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class KageModalHost implements AfterViewInit, OnDestroy {
private document;
container: ViewContainerRef;
closed: import("@angular/core").OutputEmitterRef<void>;
private activeComponentRef?;
constructor(document: Document);
ngAfterViewInit(): void;
close(): void;
onBackdropClick(event: MouseEvent): void;
inject<T>(compRef: ComponentRef<T>): void;
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<KageModalHost, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<KageModalHost, "kage-modal-host", never, {}, { "closed": "closed"; }, never, never, true, never>;
}