1.1.1 • Published 1 year ago

ng-count-up-js v1.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
1 year 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

1 year ago

1.1.0

1 year ago

1.0.9

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago