Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-chopra authored Feb 19, 2020
1 parent 5c63300 commit 1e4674e
Showing 1 changed file with 18 additions and 6 deletions.
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,33 @@
![NPM](https://img.shields.io/npm/l/ngx-gauge)


A highly customizable Gauge component for **Angular 9** apps and dashboards. It provides many configurationable options to customize according to your needs. Checkout the live demo [here](https://ashish-chopra.github.io/ngx-gauge).

For Angular 8, use version ` ngx-gauge@v1.0.0-beta.13`.
A highly customizable Gauge component for **Angular 9** apps and dashboards. It provides many configurationable options to customize according to your needs. Checkout the live demo [here](https://ashish-chopra.github.io/ngx-gauge). (For older versions of Angular, check out the [compatibility matrix](#compatibility) below).

![alt text](https://raw.githubusercontent.com/ashish-chopra/angular-gauge/master/examples/examples.png)


# Getting Started

#### step 1: Install npm module
#### <a name="compatibility"></a>Angular Version Compatibility Table

| Angular Version | ngx-gauge Version |
|--- |--- |
|6.0 | - |
|7.0 | - |
|8.0| 1.0.0-beta.12 |
|9.0 | 1.0.0 |

#### Step 1: Install npm module

For latest version use the command:
```bash
npm install ngx-gauge
```

For a specific version for an older Angular version as per [Compatibility table](#compatibility) above, use command:
```bash
npm install --save ngx-gauge
npm install --save ngx-gauge@<version>
```
This will install the current stable version of `ngx-gauge` in your `node_modules` directory and save the entry in `package.json`.

#### Step 2: Import the _NgxGaugeModule_

Expand Down

0 comments on commit 1e4674e

Please sign in to comment.