ng-number-counter
v0.0.5
Published
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.3.0. ## install
Downloads
49
Maintainers
Readme
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 : numberthousandSeparator : booleanmaxSteps : 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.
