Skip to content

Commit 83a1821

Browse files
committed
update angular 11
1 parent ab3f1ab commit 83a1821

File tree

6 files changed

+4334
-4986
lines changed

6 files changed

+4334
-4986
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This is a toggle switch button component, you can see the demo [here](http://vic
77

88
| Angular | ng-toggle-button|
99
| -------- |:------:|
10+
| >=11.0.0 | v1.1.x |
1011
| >=10.0.0 | v1.0.x |
1112
| >=9.0.0 | v0.2.x |
1213
| v8.x.x | v0.1.x |

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prefix": "lib",
1111
"architect": {
1212
"build": {
13-
"builder": "@angular-devkit/build-ng-packagr:build",
13+
"builder": "@angular-devkit/build-angular:ng-packagr",
1414
"options": {
1515
"tsConfig": "projects/ng-toggle/tsconfig.lib.json",
1616
"project": "projects/ng-toggle/ng-package.json"
@@ -74,7 +74,6 @@
7474
"optimization": true,
7575
"outputHashing": "all",
7676
"sourceMap": false,
77-
"extractCss": true,
7877
"namedChunks": false,
7978
"aot": true,
8079
"extractLicenses": true,

0 commit comments

Comments
 (0)