@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 {}

Readme

Keywords

Package Sidebar

Install

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

Weekly Downloads

3

Version

0.1.0

License

MIT

Unpacked Size

158 kB

Total Files

30

Last publish

Collaborators

  • jotatoledo