Skip to content

Commit 210c78f

Browse files
committed
v2.0.0 ready
1 parent 1e4674e commit 210c78f

9 files changed

+6088
-5861
lines changed

browserslist .browserslistrc

File renamed without changes.

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018-2020 Ashish Chopra
3+
Copyright (c) 2018-2021 Ashish Chopra
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![NPM](https://img.shields.io/npm/l/ngx-gauge)
77

88

9-
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).
9+
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).
1010

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

@@ -21,6 +21,8 @@ A highly customizable Gauge component for **Angular 9** apps and dashboards. It
2121
|7.0 | - |
2222
|8.0| 1.0.0-beta.12 |
2323
|9.0 | 1.0.0 |
24+
|10.0.x | 2.0.0 |
25+
2426

2527
#### Step 1: Install npm module
2628

angular.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -146,13 +146,13 @@
146146
"options": {
147147
"tsConfig": "projects/ngx-gauge/tsconfig.lib.json",
148148
"project": "projects/ngx-gauge/ng-package.json"
149-
}
150-
, "configurations": {
149+
},
150+
"configurations": {
151151
"production": {
152152
"tsConfig": "projects/ngx-gauge/tsconfig.lib.prod.json"
153153
}
154154
}
155-
},
155+
},
156156
"test": {
157157
"builder": "@angular-devkit/build-angular:karma",
158158
"options": {
@@ -176,5 +176,8 @@
176176
}
177177
}
178178
},
179-
"defaultProject": "demo"
179+
"defaultProject": "demo",
180+
"cli": {
181+
"analytics": false
182+
}
180183
}

0 commit comments

Comments
 (0)