import { Injectable } from'@angular/core';
@Injectable()
exportclassProgressbarConfig {
/** if `true` changing value of progress bar will be animated (note: not supported by Bootstrap 4) */publicanimate: Boolean = true;
/** maximum total value of progress element */publicmax: number = 100;
}