import { PROGRESS_DIRECTIVES } from 'angular2-semantic-ui'
<lsu-progress [label]="'Uploading file'" [percent]="percent" [text]="''" [color]="'teal'" [size]="'standard'"></lsu-progress>
- percent: Required. 0-100
- text: Optional. Just like 50% 、70% 、90%...
- label: Optional. Shown below porgress
- color: Optional. see Semantic-Ui Progress Color
- size: Optional.
[ tiny | small | standard | large | big ]
, Default is standard