Progress
@xngui/components/progress@xngui/components/progressDeterminate or indeterminate progress bar.
Preview
import { Component } from '@angular/core';
import { XProgress } from '@xngui/components/progress';
@Component({
selector: 'app-example',
imports: [XProgress],
templateUrl: './progress.component.html',
})
export class ExampleComponent {}
Events
Interact with the preview — events will appear here.