@rxap/mixin
v16.0.12
Published
Provides decorators and utilities for applying the mixin pattern in TypeScript. It allows you to compose classes by combining properties and methods from multiple sources. This library includes features for overwriting properties and handling metadata dur
Downloads
772
Readme
@rxap/mixin
Installation
Add the package to your workspace:
yarn add @rxap/mixin
Execute the init generator:
yarn nx g @rxap/mixin:init
Generators
init
Initialize the package in the workspace
yarn nx g @rxap/mixin:init