inorganik / ngx-countUp

Animates a numerical value by counting to it - for Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to stop the comma separation from the number in angular2

MohamedSahir opened this issue · comments

I don't need the comma separation number increment .if the digits is 100000 it is increment without commas .How to remove the comma from the number

Pass options object with grouping disabled:

<h1 [countUp]="{ useGrouping: false }" [endVal]="myEndVal">0</h1>