Skip to content

Commit 58e1283

Browse files
authored
update angular version (#57)
1 parent 0826dbe commit 58e1283

File tree

7 files changed

+5582
-7443
lines changed

7 files changed

+5582
-7443
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.7.0] - 2025-06-16
5+
### Change
6+
- Update to Angular 17
7+
48
## [1.6.0] - 2025-05-08
59
### Change
6-
- Update to Angular 14
7-
- Introduce standole component
10+
- Update to Angular 16
11+
- Add standalone component
812

913
## [1.5.3] - 2024-07-20
1014
### Added

README.md

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

1515
| Angular | ng-toggle-button|
1616
| -------- |:------:|
17+
| >=17.0.0 | v1.7.x |
1718
| >=16.0.0 | v1.6.x |
1819
| >=15.0.0 | v1.5.x |
1920
| >=14.0.0 | v1.4.x |

angular.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,18 +91,18 @@
9191
"serve": {
9292
"builder": "@angular-devkit/build-angular:dev-server",
9393
"options": {
94-
"browserTarget": "demo:build"
94+
"buildTarget": "demo:build"
9595
},
9696
"configurations": {
9797
"production": {
98-
"browserTarget": "demo:build:production"
98+
"buildTarget": "demo:build:production"
9999
}
100100
}
101101
},
102102
"extract-i18n": {
103103
"builder": "@angular-devkit/build-angular:extract-i18n",
104104
"options": {
105-
"browserTarget": "demo:build"
105+
"buildTarget": "demo:build"
106106
}
107107
},
108108
"test": {

0 commit comments

Comments
 (0)