dolanmiu / ng-color

Simple Angular color picker components which follow Angular best practices. No Frills.
https://stackblitz.com/edit/ng-color-demo
12 stars 6 forks source link

Angular5 -prod -aot not working #12

Closed BraneMKD closed 6 years ago

BraneMKD commented 6 years ago

Hi,

currently im using your module and trying to build with -prod and -aot flag. Im getting errors connected with this module. Is there any chance this to be fixed soon ?

Errors:

Uncaught TypeError: e is not a constructor

Warning: (a lot of warning of this type)

/node_modules/ng-color/ng-color.ngfactory.js 107:319-324 "export 'ɵj' (imported as 'i1') was not found in 'ng-color'

dolanmiu commented 6 years ago

This works fine in Angular 4?

Will fix soon

dolanmiu commented 6 years ago

Created a pull request which re-scaffolds this project according to angular spec using ng-packagr

dolanmiu commented 6 years ago

Fixed in 4.1.0

Just tried it in a CLI project for sanity checking, all works :)

BraneMKD commented 6 years ago

Ty, just tested and its working :)