Skip to content

Commit

Permalink
Merge pull request #16 from infra-geo-ouverte/refactor/update-angular-18
Browse files Browse the repository at this point in the history
refactor: update Angular v18
  • Loading branch information
alecarn authored Sep 3, 2024
2 parents 065c83c + 921a208 commit 6c3062e
Show file tree
Hide file tree
Showing 10 changed files with 7,748 additions and 10,861 deletions.
12 changes: 5 additions & 7 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,19 +145,17 @@
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
"polyfills": [
"zone.js",
"zone.js/testing"
],
"polyfills": ["zone.js", "zone.js/testing"],
"tsConfig": "projects/demo/tsconfig.spec.json",
"inlineStyleLanguage": "scss",
"assets": [
"projects/demo/src/favicon.ico",
"projects/demo/src/assets"
],
"styles": [
"projects/demo/src/styles.scss"
],
"styles": ["projects/demo/src/styles.scss"],
"stylePreprocessorOptions": {
"includePaths": ["node_modules"]
},
"scripts": []
}
},
Expand Down
Loading

0 comments on commit 6c3062e

Please sign in to comment.