This post takes a cursory look at reflection with TypeScript. Its primary focus is how reflection can be used with TypeScript decorators. It introduces Reflect, reflect-metadata, and some miscellaneous related components.
The Series so Far Code Overview Reflect emitDecoratorMetadata reflect-metadata Example: Validate a Parameter Range Recap Legal The Series so Far Decorator Introduction JavaScript Foundation Reflection Parameter Decorators Property Decorators Method Decorators Class Decorators Eventual Topics:
Where Decorators Work Decorating Instance Elements vs.