1.0.2 • Published 8 years ago
ngx-reflection v1.0.2
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.