1 | <!-- The background div is named as such because it appears below the other divs and is not sized based on values. -->
|
2 | <div class="md-progress-bar-background"></div>
|
3 | <div class="md-progress-bar-buffer" [ngStyle]="_bufferTransform()"></div>
|
4 | <div class="md-progress-bar-primary md-progress-bar-fill" [ngStyle]="_primaryTransform()"></div>
|
5 | <div class="md-progress-bar-secondary md-progress-bar-fill"></div>
|