ipsos-components
Version:
Material Design components for Angular
18 lines (15 loc) • 338 B
text/typescript
import {Component} from '@angular/core';
({
moduleId: module.id,
selector: 'progress-bar-e2e',
templateUrl: 'progress-bar-e2e.html',
styles: [`
mat-progress-bar {
margin-bottom: 10px;
}
`]
})
export class ProgressBarE2E {
determinateValue: number = 57;
bufferValue: number = 35;
}