@rxap/definition
v19.0.1
Published
Provides a base definition class and related utilities for managing and loading definitions in Angular applications. It includes metadata handling, dependency injection support, and lifecycle management for definitions. This package simplifies the creatio
Downloads
823
Readme
Provides a base definition class and related utilities for managing and loading definitions in Angular applications. It includes metadata handling, dependency injection support, and lifecycle management for definitions. This package simplifies the creation and management of configurable and extensible application components.
Installation Add the package to your workspace: ```bash yarn add
@rxap/definition
**Install peer dependencies:** ```bash yarn add
@angular/core@^19.1.3 @rxap/reflect-metadata@^1.0.13-dev.5 @rxap/utilities@^16.4.2-dev.4 rxjs@^7.8.1
Execute the init generator: bash yarn nx g
@rxap/definition:init
Generators
##
init
>
Initialize the package in the workspace
```bash nx g
@rxap/definition:init
```