angular-progress-bar
Advanced tools
{ | ||
"name": "angular-progress-bar", | ||
"version": "1.0.3-beta7", | ||
"version": "1.0.3-beta8", | ||
"description": "An angular progress-bar", | ||
@@ -8,3 +8,3 @@ "main": "index.js", | ||
"generate": "npm run build && cp -r ./assets/ ./dist/assets/ && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md", | ||
"transpile": "ngc", | ||
"transpile": "tsc -p . && ngc", | ||
"package": "rollup -c", | ||
@@ -11,0 +11,0 @@ "minify": "uglifyjs dist/bundles/progress-bar.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/progress-bar.umd.min.js", |
@@ -13,8 +13,8 @@ <p align="center"> | ||
- [Appearance](#appearance) | ||
- [Basic](#basic) | ||
- [Grey](#grey) | ||
- [Basic](#basic) | ||
- [Grey](#grey) | ||
- [Installation](#installation) | ||
- [How to use](#how-to-use) | ||
- [Classic way](#classic-way) | ||
- [Color degraded way](#color-degraded-way) | ||
- [Classic way](#classic-way) | ||
- [Color degraded way](#color-degraded-way) | ||
@@ -57,3 +57,5 @@ ## Introduction ## | ||
## How to use ## | ||
### Classic way | ||
### Classic way ### | ||
By this way, progress property will be the value show in the progress bar, and color property will be the color displayed | ||
@@ -66,3 +68,4 @@ | ||
### Color degraded way | ||
### Color degraded way ### | ||
By this way, progress property will be the value show in the progress bar, but color-degraded property must be bined ton an object. | ||
@@ -69,0 +72,0 @@ |
29653
0.05%77
4.05%