Skip to content

Commit

Permalink
Merge pull request #850 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 3, 2024
2 parents 5621ca1 + 739c4e7 commit 28d5473
Show file tree
Hide file tree
Showing 33 changed files with 7,227 additions and 5,658 deletions.
18 changes: 0 additions & 18 deletions .browserslistrc

This file was deleted.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1593,4 +1593,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
9 changes: 8 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,17 @@
},
"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 28d5473

Please sign in to comment.