interface ProgressBarConfiguration
import { ProgressBarMode } from '@angular/material/progress-bar'; export interface ProgressBarConfiguration { bufferValue: number; isVisible: boolean; mode: ProgressBarMode; value: number; }
Last updated 21 days ago
Was this helpful?