Alberplz / angular2-color-picker

Angular 2 Color Picker Directive, no dependences required.
MIT License
185 stars 82 forks source link

[TSC ERROR] #4

Closed mcwebdev closed 8 years ago

mcwebdev commented 8 years ago

Thanks for making this, works great! I do see some tsc compile errors. I tried typings install.

app/views/service/color-picker/color-picker.directive.ts(142,23): error TS2339: Property 'pageX' does not exist on type 'Event'. app/views/service/color-picker/color-picker.directive.ts(142,51): error TS2339: Property 'pageX' does not exist on type 'Event'. app/views/service/color-picker/color-picker.directive.ts(142,65): error TS2339: Property 'touches' does not exist on type 'Event'. app/views/service/color-picker/color-picker.directive.ts(145,23): error TS2339: Property 'pageY' does not exist on type 'Event'. app/views/service/color-picker/color-picker.directive.ts(145,51): error TS2339: Property 'pageY' does not exist on type 'Event'. app/views/service/color-picker/color-picker.directive.ts(145,65): error TS2339: Property 'touches' does not exist on type 'Event'.

Alberplz commented 8 years ago

Thanks, errors deleted in this new version