ngx-reflection
v1.0.2
Published
Simple library providing reflection over typescript class/object properties. Useful to provide services for rich typescript data models.
Downloads
3
Maintainers
Readme
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.