1.0.2 • Published 6 years ago

ngx-reflection v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

NGX Reflection

Simple library providing reflection over typescript class/object properties. Useful to provide services for rich typescript data models.

Provides ReflectionService injectable service and @Type() annotation.

Build

Run npm run build to build the project.

Running unit tests

Run npm test to execute the unit tests via Karma.