Skip to content

Commit

Permalink
Angular 17 support (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
DenysVuika committed Jul 22, 2024
1 parent 05e6f3a commit 8606a30
Show file tree
Hide file tree
Showing 5 changed files with 5,017 additions and 5,595 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ npm install @ngstack/translate
|--------------------|---------|
| 8.0.0 | 15 |
| 9.0.0 | 16 |
| 10.0.0 | 17 |

## Using with the application

Expand Down
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@
"options": {},
"configurations": {
"production": {
"browserTarget": "app:build:production"
"buildTarget": "app:build:production"
},
"development": {
"browserTarget": "app:build:development"
"buildTarget": "app:build:development"
}
},
"defaultConfiguration": "development"
Expand Down
Loading

0 comments on commit 8606a30

Please sign in to comment.