shuhei / babel-plugin-angular2-annotations

A babel transformer plugin for Angular 2 annotations
80 stars 9 forks source link

Support metadata reflection of parameters and design:paramtypes #2

Closed shuhei closed 9 years ago

shuhei commented 9 years ago

As of alpha.22, parameters class property was split into two metadata, parameters and design:paramtypes.

https://github.com/angular/angular/blob/2.0.0-alpha.22/modules/angular2/src/reflection/reflection_capabilities.ts#L72-L73

shuhei commented 9 years ago

Fixed with v1.0.2.