ng2-multi-modal
Version:
Multi Modal Component for Angular 19+
14 lines (13 loc) • 732 B
TypeScript
import { Ng2MultiModalComponent } from "../../ng2-multi-modal.component";
import { Ng2MultiModalService } from "../../ng2-multi-modal.service";
import * as i0 from "@angular/core";
export declare class DockComponent {
private windowService;
constructor(windowService: Ng2MultiModalService);
readonly docks: import("@angular/core").WritableSignal<Ng2MultiModalComponent[]>;
readonly themeSuffix: import("@angular/core").Signal<"-dark" | "">;
restore(win: Ng2MultiModalComponent): void;
close(win: Ng2MultiModalComponent): void;
static ɵfac: i0.ɵɵFactoryDeclaration<DockComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<DockComponent, "dock", never, {}, {}, never, never, true, never>;
}