ngUpgraders / ng-forward

The default solution for those that want to write Angular 2.x style code in Angular 1.x
411 stars 36 forks source link

Why Input Output decorators are not exported? #83

Closed eesdil closed 8 years ago

eesdil commented 8 years ago

Having not exported the Input/Output I cannot use them. As it fails with Input is not function error. Using jspm.

david-gang commented 8 years ago

it was fixed at https://github.com/ngUpgraders/ng-forward/commit/9a2608930a30122d0827e25eb6d1b35681645fc6 it will be released in the next version

eesdil commented 8 years ago

thank you