Skip to content

Commit 31134fc

Browse files
Merge pull request #5 from JavaAmazonas/chore/angular-22-upgrade
Chore/angular 22 upgrade
2 parents 8af8681 + 14197f3 commit 31134fc

18 files changed

Lines changed: 11551 additions & 9086 deletions

angular.json

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"tsConfig": "tsconfig.app.json",
2121
"assets": ["src/favicon.ico", "src/assets"],
2222
"styles": [
23-
"@angular/material/prebuilt-themes/indigo-pink.css",
2423
"src/styles.css"
2524
],
2625
"scripts": [
@@ -75,7 +74,6 @@
7574
"tsConfig": "tsconfig.spec.json",
7675
"assets": ["src/favicon.ico", "src/assets"],
7776
"styles": [
78-
"@angular/material/prebuilt-themes/indigo-pink.css",
7977
"src/styles.css"
8078
],
8179
"scripts": [
@@ -87,5 +85,31 @@
8785
},
8886
"cli": {
8987
"analytics": false
88+
},
89+
"schematics": {
90+
"@schematics/angular:component": {
91+
"type": "component"
92+
},
93+
"@schematics/angular:directive": {
94+
"type": "directive"
95+
},
96+
"@schematics/angular:service": {
97+
"type": "service"
98+
},
99+
"@schematics/angular:guard": {
100+
"typeSeparator": "."
101+
},
102+
"@schematics/angular:interceptor": {
103+
"typeSeparator": "."
104+
},
105+
"@schematics/angular:module": {
106+
"typeSeparator": "."
107+
},
108+
"@schematics/angular:pipe": {
109+
"typeSeparator": "."
110+
},
111+
"@schematics/angular:resolver": {
112+
"typeSeparator": "."
113+
}
90114
}
91115
}

0 commit comments

Comments
 (0)