mcfly-io / generator-mcfly-ng2

A yeoman generator for scaffolding an app using angular2 and webpack
MIT License
36 stars 2 forks source link

Fix pipe template #55

Closed ghaiat closed 8 years ago

ghaiat commented 8 years ago

transform(value: string, ? args: string[]): any { should be transform(value: string, args?: string[]): any {