Skip to content

Instantly share code, notes, and snippets.

@AlexanderKozhevin
Created May 7, 2017 10:45
Show Gist options
  • Save AlexanderKozhevin/380c9bd65653bf3099d661dae7e050fa to your computer and use it in GitHub Desktop.
Save AlexanderKozhevin/380c9bd65653bf3099d661dae7e050fa to your computer and use it in GitHub Desktop.
<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