0.0.5 • Published 3 years ago
ng-number-counter v0.0.5
NumberCounter
This library was generated with Angular CLI version 13.3.0.
install
npm install ng-number-counter
How to use
TS file
import { NgModule } from '@angular/core';
import { NumberCounterModule } from 'ng-number-counter';
@NgModule({
imports: [
NumberCounterModule
]
})
export class AppModule { }
HTML file
<h1 numberCount [thousandSeparator]="true">{{1200}}</h1>
Parameters
delay : number
thousandSeparator : boolean
maxSteps : number
Example
stackblitz
Further help
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.