Skip to content

Commit

Permalink
Merge pull request #917 from gisaia/feat/angular15
Browse files Browse the repository at this point in the history
feat: migrate to angular 15
  • Loading branch information
QuCMGisaia authored Dec 4, 2024
2 parents f7a399b + f4cb304 commit 983b25f
Show file tree
Hide file tree
Showing 28 changed files with 11,690 additions and 10,543 deletions.
9 changes: 8 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,17 @@
"defaultProject": "arlas-wui",
"schematics": {
"@schematics/angular:component": {
"prefix": "arlas"
"prefix": "arlas",
"style": "scss"
},
"@schematics/angular:directive": {
"prefix": "arlas"
},
"@angular-eslint/schematics:application": {
"setParserOptionsProject": true
},
"@angular-eslint/schematics:library": {
"setParserOptionsProject": true
}
}
}
Loading

0 comments on commit 983b25f

Please sign in to comment.