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:
Example :yarn add @rxap/window-systemInstall peer dependencies:
Example :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:
Example :yarn nx g @rxap/window-system:initExample :Initialize the package in the workspace
nx g @rxap/window-system:init