jbedard / ng-facade

Angular style TypeScript annotations for AngularJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide method of registering services with non-string IDs

jbedard opened this issue · comments

Then things like ng-upgrade downgraded-services could be registered by type (like ng-facade @Injectables) instead of by string. This will ease the transition from ng-facade to ng-upgrade.