UNPKG

ng2-bootstrap-base-modified

Version:

Native Angular Bootstrap Components Typeahead modified

10 lines (8 loc) 318 B
import { Injectable } from '@angular/core'; @Injectable() export class ProgressbarConfig { /** if `true` changing value of progress bar will be animated (note: not supported by Bootstrap 4) */ public animate: Boolean = true; /** maximum total value of progress element */ public max: number = 100; }