Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@rxap/reflect-metadata

rxap573GPL-3.0-or-later1.0.15TypeScript support: included

Provides utilities for working with Reflect Metadata. It includes functions for setting, getting, and manipulating metadata on objects and properties. This package also offers functionalities for change detection using proxies and metadata.

packages, reflect-metadata, rxap, scope:utilities, standalone

readme

Provides utilities for working with Reflect Metadata. It includes functions for setting, getting, and manipulating metadata on objects and properties. This package also offers functionalities for change detection using proxies and metadata.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/reflect-metadata

Execute the init generator:

yarn nx g @rxap/reflect-metadata:init

Generators

init

Initialize the package in the workspace

nx g @rxap/reflect-metadata:init