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

feat(Input/Output): Added property decorators for @Input and @Output #69

Closed timkindberg closed 8 years ago

timkindberg commented 8 years ago

feat(Input/Output): Added property decorators for @Input and @Output

Use them as an alternative to inputs and outputs property in @Component.

closes #48