gonzofish / angular-librarian

An Angular 2+ scaffolding setup for creating libraries
https://www.npmjs.com/package/angular-librarian
MIT License
91 stars 9 forks source link

Fixes decorators missing for Angular 5 #83

Closed litzebauer closed 7 years ago

litzebauer commented 7 years ago

NGC is not tested with Typescript compiler greater than 2.4.2. Set Typescript to exact version 2.4.2 as per Angular 5 migration guide.

Fixes issue #78