Skip to content

Commit

Permalink
v2.0.0 ready
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-chopra committed Mar 21, 2021
1 parent 1e4674e commit 210c78f
Show file tree
Hide file tree
Showing 9 changed files with 6,088 additions and 5,861 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2020 Ashish Chopra
Copyright (c) 2018-2021 Ashish Chopra

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
![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 older versions of Angular, check out the [compatibility matrix](#compatibility) below).
A highly customizable Gauge component for **Angular** 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)

Expand All @@ -21,6 +21,8 @@ A highly customizable Gauge component for **Angular 9** apps and dashboards. It
|7.0 | - |
|8.0| 1.0.0-beta.12 |
|9.0 | 1.0.0 |
|10.0.x | 2.0.0 |


#### Step 1: Install npm module

Expand Down
11 changes: 7 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@
"options": {
"tsConfig": "projects/ngx-gauge/tsconfig.lib.json",
"project": "projects/ngx-gauge/ng-package.json"
}
, "configurations": {
},
"configurations": {
"production": {
"tsConfig": "projects/ngx-gauge/tsconfig.lib.prod.json"
}
}
},
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand All @@ -176,5 +176,8 @@
}
}
},
"defaultProject": "demo"
"defaultProject": "demo",
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 210c78f

Please sign in to comment.