ksachdeva / angular2-progressbar

Angular 2 component for progressbar.js
MIT License
7 stars 5 forks source link

Not working with Angular 2 RC4 #1

Closed Sebschock closed 8 years ago

Sebschock commented 8 years ago

Hi,

I get an error when trying to use your script with RC4:

ORIGINAL EXCEPTION: No Directive annotation found on LineProgressComponent

Any idea how to get it to work with rc4? (I'm using your example from https://github.com/ksachdeva/angular2-progressbar)

/Sebastian

ksachdeva commented 8 years ago

Hi Sebastian,

I tried the example and it was working for me. However the dependencies were set to rc5 so I have set them rc4 now. May be this will help ! There were also typings related warning that are now fixed.

Could you please try again the example. Make sure to pull the latest example repository.

Regards Kapil

ksachdeva commented 8 years ago

upgraded to angular 2 final release and can not reproduce your issue. closing it for now. open again if you see the problem.