@rxap/window-system
Version:
A module for creating and managing windows within an Angular application. It provides components for window containers, toolbars, resizers, action bars, and task bars, along with services for managing window instances and configurations. This library allo
14 lines (13 loc) • 1.19 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./window-container/window-container.component";
import * as i2 from "./window-tool-bar/window-tool-bar.component";
import * as i3 from "./window-resizer/window-resizer.component";
import * as i4 from "./default-window/default-window.component";
import * as i5 from "./window-content/window-content.component";
import * as i6 from "./window-action-bar/window-action-bar.component";
import * as i7 from "./window-task-bar/window-task-bar.module";
export declare class RxapWindowSystemModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RxapWindowSystemModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RxapWindowSystemModule, never, [typeof i1.WindowContainerComponent, typeof i2.WindowToolBarComponent, typeof i3.WindowResizerComponent, typeof i4.DefaultWindowComponent, typeof i5.WindowContentComponent, typeof i6.WindowActionBarComponent], [typeof i1.WindowContainerComponent, typeof i2.WindowToolBarComponent, typeof i3.WindowResizerComponent, typeof i4.DefaultWindowComponent, typeof i5.WindowContentComponent, typeof i7.WindowTaskBarModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RxapWindowSystemModule>;
}