Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working with @angular/cli@1.0.0 with angular4

oztek22 opened this issue · comments

this is what I'm getting in error message

ERROR in Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol NgModule in .../node_modules/angular2-color-picker/node_modules/@angular/core/src/metadata/ng_module.d.ts,

I've noticed that this repo hasn't been updated since Jan 31, since I needed to keep working on my project I've forked it and resolved the issue.

This is the PR: #100

cheers

There is up-to-date version with name ngx-color-picker. Works with Angular 4 / AOT etc. It does not have any new stuff yet, but will have at some point.

great stuff, thanks

Thanks @sconix