Skip to content

Commit

Permalink
Merge pull request #84 from lebesnec/feature/angular_17
Browse files Browse the repository at this point in the history
Feature/angular 17
  • Loading branch information
lebesnec committed Mar 19, 2024
2 parents dbdc605 + 66115e8 commit 05a5e21
Show file tree
Hide file tree
Showing 5 changed files with 3,258 additions and 3,813 deletions.
9 changes: 6 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,18 +70,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "solar-system:build"
"buildTarget": "solar-system:build"
},
"configurations": {
"production": {
"browserTarget": "solar-system:build:production"
"buildTarget": "solar-system:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "solar-system:build"
"buildTarget": "solar-system:build"
}
},
"test": {
Expand Down Expand Up @@ -120,5 +120,8 @@
"@schematics/angular:component": {
"style": "scss"
}
},
"cli": {
"analytics": false
}
}
Loading

0 comments on commit 05a5e21

Please sign in to comment.