Created
May 7, 2017 10:45
-
-
Save AlexanderKozhevin/380c9bd65653bf3099d661dae7e050fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<p><ngb-progressbar showValue="true" type="success" [value]="25"></ngb-progressbar></p> | |
<p><ngb-progressbar [showValue]="true" type="info" [value]="50"></ngb-progressbar></p> | |
<p><ngb-progressbar showValue="true" type="warning" [value]="150" [max]="200"></ngb-progressbar></p> | |
<p><ngb-progressbar [showValue]="true" type="danger" [value]="150" [max]="150"></ngb-progressbar></p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment