izupet / angular2-counto

Angular 2 package for nice count animations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rounding errors during interval count

japalo opened this issue · comments

Hi,
I've found that in some cases the emitted value has got a lot of decimals. I suggest that in the directive where the emit is done the value should be rounded closest integer while counting. In the end of the count the directive can pass _this._countTo as intended with or without decimals.

What do you think?

I will take a look on that. You can create PR if you want to speed up things.

You should handle rounding with pipes or custom methods.