I'm currently upgrading my AngularJS (ng1) app to Angular 2 (ng2).
I'm using Angular version 2.2.1.
When I'm importing UpgradeModule from @angular\upgrade\static I get the
following exception:
Uncaught SyntaxError: Unexpected reserved word
Uncaught ReferenceError: webpackJsnop is not defined
I'm using WebPack V1.13.1.
When I'm using the upgrade_adapter way I need to add the @Inject annotation.
Thanks for the Help.