angular-next
angular-next copied to clipboard
Support for angular2 DI annotations
Do you plan to support the angular2 dependency injection annotations implemented here - https://github.com/angular/angular/blob/master/modules/angular2/src/di/annotations.js ?
I'd like to support them. Not sure if all of them will be possible though as angular-next needs to convert them into Agular 1 style $inject arrays. I'm not sure of the details of how some of them work but I'll revisit this when there are some more docs/examples.