Skip to content

Commit d2eb0ff

Browse files
committed
feat: release version 7
* Updates to Angular 12 and the component to version 7. * Fixes that the rounded stroke is visible when the value is zero. * Fixes that the `onRender` event was being emitted when there are no subscribers to it.
1 parent bbd038d commit d2eb0ff

File tree

6 files changed

+3332
-5397
lines changed

6 files changed

+3332
-5397
lines changed

angular.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,17 @@
1919
"main": "src/demo/main.ts",
2020
"polyfills": "src/demo/polyfills.ts",
2121
"tsConfig": "tsconfig.app.json",
22-
"aot": true,
2322
"assets": [],
2423
"styles": [
2524
"src/demo/styles.css"
2625
],
27-
"scripts": []
26+
"scripts": [],
27+
"vendorChunk": true,
28+
"extractLicenses": false,
29+
"buildOptimizer": false,
30+
"sourceMap": true,
31+
"optimization": false,
32+
"namedChunks": true
2833
},
2934
"configurations": {
3035
"production": {
@@ -38,7 +43,6 @@
3843
"outputHashing": "all",
3944
"sourceMap": false,
4045
"namedChunks": false,
41-
"extractLicenses": false,
4246
"vendorChunk": false,
4347
"buildOptimizer": true,
4448
"budgets": [
@@ -54,7 +58,8 @@
5458
}
5559
]
5660
}
57-
}
61+
},
62+
"defaultConfiguration": ""
5863
},
5964
"serve": {
6065
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)