electron-userland / electron-forge-templates

Templates bundled with Electron Forge <= 5 to create Electron apps using popular JavaScript frameworks
107 stars 23 forks source link

Angular2 - emitDecoratorMetadata for DI #17

Closed bartcich closed 7 years ago

bartcich commented 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.

I can make pull request for that.

MarshallOfSound commented 7 years ago

Just merged a PR to fix this