legalthings / angular-signature

HTML5 canvas based smooth signature drawing as angularJS directive (http://szimek.github.io/signature_pad/)
MIT License
105 stars 91 forks source link

Can't build with latest @angular/cli #64

Open deinega opened 7 years ago

deinega commented 7 years ago

Hi. I just updated my @angular/cli to the latest version. Now I cant run my project:

ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 194:50 in the original .ts file), resolving symbol NgModule in node_modules/@angular/core/core.d.ts, resolving symbol SignaturePadModule in /node_modules/angular2-signaturepad/index.d.ts, resolving symbol SignaturePadModule in node_modules/angular2-signaturepad/index.d.ts

Can you please help?

adrogon commented 6 years ago

This is the repo for AngularJS, not Angular. Not sure what repo you are looking for, maybe this one.