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 allows developers to create a desktop-like experience within their web applications.
Add the package to your workspace:
yarn add @rxap/window-system
Install peer dependencies:
yarn add @angular/cdk @angular/common @angular/core @angular/material @rxap/directives @rxap/material-directives @rxap/rxjs @rxap/services @rxap/utilities rxjs
Execute the init generator:
yarn nx g @rxap/window-system:init
Initialize the package in the workspace
nx g @rxap/window-system:init