My own project use MVC4. I try to
- add tsconfig.json "experimentalDecorators": true
- change project TypeScriptExperimentalDecorators = true and TypeScriptEmitDecoratorMetadata = true
and it's not work for me. how to compile typescript and angular2
I try follow to link :
but not work for me.
Please help me
thank you