Number counter
@xngui/components/number-counter@xngui/components/number-counterAnimated count-up for stats, KPIs, and hero metrics.
Preview
import { Component } from '@angular/core';
import { XNumberCounter } from '@xngui/components/number-counter';
@Component({
selector: 'app-example',
imports: [XNumberCounter],
templateUrl: './number-counter.component.html',
})
export class ExampleComponent {
protected onCompleted(): void {
// completed
}
}
Events
Interact with the preview — events will appear here.