Closed bartcich closed 7 years ago
Angular2 need setting emitDecoratorMetadata for compiler to get service injecting working.
For me adding "emitDecoratorMetadata": true, to .compilerc and tsconfig.json just made it working.
"emitDecoratorMetadata": true,
I can make pull request for that.
Just merged a PR to fix this
Angular2 need setting emitDecoratorMetadata for compiler to get service injecting working.
For me adding
"emitDecoratorMetadata": true,
to .compilerc and tsconfig.json just made it working.I can make pull request for that.