Alberplz / angular2-color-picker

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

Moved to using Typescript 2.0.0 #21

Closed sconix closed 7 years ago

sconix commented 8 years ago

This gets rid of the need for separate typings tool and configuration.

Alberplz commented 8 years ago

Hi Maybe we should respect versions from Angular2 quickstart https://angular.io/docs/ts/latest/quickstart.html, ¿what do you think?

sconix commented 8 years ago

Well angular-cli has already moved to typescript 2 couple releases a go so having two separate typings setups wont make sense when using angular-cli. But you have a good point so yes this can hold on until the quickstart updates. Anyway I think its just matter of which to follow angular-cli setup or the quickstart. I personally prefer the easiest setup which is the typescript 2 since no additional tools needed only npm.

BrainCrumbz commented 8 years ago

Actually, now that angular 2 final is out, they reference typescript 2.0.2 so it might be a good time to do the move to that

BrainCrumbz commented 7 years ago

Hi again. Same as before: could you please shed some light on what has been decided? Thanks

sconix commented 7 years ago

I can gladly update / verify the pull request to work with the latest version if Alberplz wants to move to using typescript 2.