Skip to content

Commit

Permalink
update angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
00Kadie00 committed Jul 7, 2024
1 parent c05a2d4 commit 50aaadb
Show file tree
Hide file tree
Showing 41 changed files with 8,655 additions and 22,765 deletions.
7 changes: 3 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
"namedChunks": true,
"allowedCommonJsDependencies": ["lodash"]
},
"configurations": {
"production": {
Expand Down Expand Up @@ -204,9 +205,7 @@
}
},
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
]
"schematicCollections": ["@angular-eslint/schematics"]
},
"schematics": {
"@angular-eslint/schematics:application": {
Expand Down
Loading

0 comments on commit 50aaadb

Please sign in to comment.