1.1.1 • Published 23 days ago

ng-count-up-js v1.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
23 days ago

ng-count-up-js

Install

npm i ng-count-up-js

app.module.ts

import { CountUpModule } from 'ng-count-up-js';
..........
@NgModule({
..........
  imports: [
    CountUpModule,
    ..........
  ]
})

component.html

<div appCountUp [endVal]="endVal" [duration]='0.1'></div>

Parameters

Input

  • endVal: the number to count to
  • duration: Optional duration of the animation in seconds. Default is 2.
  • startVal: (Number) Optional start value for the count. Defaults to zero.
  • decimals: Optional number of decimal places. Default is 2.

Output

  • complete
1.1.1

23 days ago

1.1.0

24 days ago

1.0.9

7 months ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago