🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

angular-progress-bar

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-progress-bar - npm Package Compare versions

Comparing version

to
1.0.3-beta6

assets/angular-progress-bar-50.PNG

3

package.json
{
"name": "angular-progress-bar",
"version": "1.0.3-beta5",
"version": "1.0.3-beta6",
"description": "An angular progress-bar",
"main": "index.js",
"scripts": {
"generate": "npm run build && cp -r ./assets/ ./dist/assets/ && cp ./package.json ./dist/package.json && cp ./README.md ./dist/README.md",
"transpile": "ngc",

@@ -8,0 +9,0 @@ "package": "rollup -c",

@@ -12,3 +12,5 @@ <p align="center">

- [Introduction](#introduction)
- [Basic Appearance](#basic-appearance)
- [Appearance](#appearance)
- [Basic](#basic)
- [Grey](#grey)
- [Installation](#installation)

@@ -25,10 +27,9 @@ - [How to use](#how-to-use)

## Basic Appearance ##
<p align="center">
<img src="https://github.com/CharlesGrimont/angular-progress-bar/blob/master/assets/angular-progress-bar.png" alt="Appearence">
</p>
<p align="center">
<img src="https://github.com/CharlesGrimont/angular-progress-bar/blob/master/assets/angular-progress-bar-50.PNG" alt="Appearence">
</p>
</p>
## Appearance ##
### Basic ###
<img src="./assets/angular-progress-bar.png?raw=true" alt="Appearence">
### Grey ###
<img src="./assets/angular-progress-bar-50.PNG?raw=true" alt="Appearence">

@@ -57,3 +58,3 @@ ## Installation ##

## 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 +67,3 @@

### 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 +70,0 @@