This seems to be broken with 1.2.0. When you have a TS class which extends another class, but also you have a method which has "ngInject" it will move all nginject declarations after the extends but before the method ones as well.
The generated error and code is :
TypeError: Cannot set property '$inject' of undefined
Hi,
This seems to be broken with 1.2.0. When you have a TS class which extends another class, but also you have a method which has "ngInject" it will move all nginject declarations after the extends but before the method ones as well.
The generated error and code is :
TypeError: Cannot set property '$inject' of undefined