Skip to content

Commit a6d5c92

Browse files
committed
chore(merge): angular-20
2 parents 99efeb6 + ebd2c58 commit a6d5c92

File tree

14 files changed

+1787
-2732
lines changed

14 files changed

+1787
-2732
lines changed

angular.json

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,7 @@
2727
"test": {
2828
"builder": "@angular-devkit/build-angular:karma",
2929
"options": {
30-
"tsConfig": "projects/ngx-back-button/tsconfig.spec.json",
31-
"polyfills": [
32-
"zone.js",
33-
"zone.js/testing"
34-
]
30+
"tsConfig": "projects/ngx-back-button/tsconfig.spec.json"
3531
}
3632
}
3733
}
@@ -51,9 +47,6 @@
5147
"base": "dist/ngx-back-button-tester"
5248
},
5349
"index": "projects/ngx-back-button-tester/src/index.html",
54-
"polyfills": [
55-
"projects/ngx-back-button-tester/src/polyfills.ts"
56-
],
5750
"tsConfig": "projects/ngx-back-button-tester/tsconfig.app.json",
5851
"assets": [
5952
"projects/ngx-back-button-tester/src/favicon.ico",
@@ -143,5 +136,31 @@
143136
}
144137
}
145138
}
139+
},
140+
"schematics": {
141+
"@schematics/angular:component": {
142+
"type": "component"
143+
},
144+
"@schematics/angular:directive": {
145+
"type": "directive"
146+
},
147+
"@schematics/angular:service": {
148+
"type": "service"
149+
},
150+
"@schematics/angular:guard": {
151+
"typeSeparator": "."
152+
},
153+
"@schematics/angular:interceptor": {
154+
"typeSeparator": "."
155+
},
156+
"@schematics/angular:module": {
157+
"typeSeparator": "."
158+
},
159+
"@schematics/angular:pipe": {
160+
"typeSeparator": "."
161+
},
162+
"@schematics/angular:resolver": {
163+
"typeSeparator": "."
164+
}
146165
}
147166
}

0 commit comments

Comments
 (0)