@ngx-extensions/count-up.js
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

@ngx-extensions/countup.js

A wrapper module for countup.js

Installation

npm install @ngx-extensions/count-up.js

Setup

Import NgxCountUpModule into your module:

import { NgxCountUpModule } from '@ngx-extensions/count-up.js';

@NgModule({
  imports: [NgxCountUpModule]
})
export class AppModule {}

Usage

A simple use case looks as follows

@Component({
  template: `
    <span ngxCountUp startValue="0" endValue="100" duration="3"></span>
  `
})
export class DemoComponent {}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    1

Package Sidebar

Install

npm i @ngx-extensions/count-up.js

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

158 kB

Total Files

30

Last publish

Collaborators

  • jotatoledo