
# Fuentes
- http://blog.wolksoftware.com/decorators-reflection-javascript-typescript
- https://www.keithcirkel.co.uk/metaprogramming-in-es6-symbols/
- https://spin.atomicobject.com/2017/04/24/typescript-modular-typesafe-metadata/
- https://www.typescriptlang.org/docs/handbook/decorators.html

# Pasos

- $ cd /pruebas_de_concepto/ts-decorators
- $ npm install
- Edit launch.json and change 'program' attribute to allow debug the example you want (your ts file)
- put some breakpoints in .ts file of your example
- $ tsc
- press f5 to debugg

