Skip to content

Commit 27d1cef

Browse files
hawkgsjamesdaniels
andauthored
Update Angular starters to Angular v20 (#341)
Co-authored-by: James Daniels <[email protected]>
1 parent 22e7971 commit 27d1cef

34 files changed

+8927
-11947
lines changed

starters/angular/ai-chatbot/angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefix": "acb",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:application",
18+
"builder": "@angular/build:application",
1919
"options": {
2020
"outputPath": "dist/ai-chatbot",
2121
"index": "src/index.html",
@@ -82,7 +82,7 @@
8282
"defaultConfiguration": "production"
8383
},
8484
"serve": {
85-
"builder": "@angular-devkit/build-angular:dev-server",
85+
"builder": "@angular/build:dev-server",
8686
"configurations": {
8787
"production": {
8888
"buildTarget": "ai-chatbot:build:production"
@@ -94,10 +94,10 @@
9494
"defaultConfiguration": "development"
9595
},
9696
"extract-i18n": {
97-
"builder": "@angular-devkit/build-angular:extract-i18n"
97+
"builder": "@angular/build:extract-i18n"
9898
},
9999
"test": {
100-
"builder": "@angular-devkit/build-angular:karma",
100+
"builder": "@angular/build:karma",
101101
"options": {
102102
"polyfills": ["zone.js", "zone.js/testing"],
103103
"tsConfig": "tsconfig.spec.json",
@@ -140,5 +140,31 @@
140140
},
141141
"cli": {
142142
"analytics": "e40b8025-7619-477b-93cc-efabe8396c81"
143+
},
144+
"schematics": {
145+
"@schematics/angular:component": {
146+
"type": "component"
147+
},
148+
"@schematics/angular:directive": {
149+
"type": "directive"
150+
},
151+
"@schematics/angular:service": {
152+
"type": "service"
153+
},
154+
"@schematics/angular:guard": {
155+
"typeSeparator": "."
156+
},
157+
"@schematics/angular:interceptor": {
158+
"typeSeparator": "."
159+
},
160+
"@schematics/angular:module": {
161+
"typeSeparator": "."
162+
},
163+
"@schematics/angular:pipe": {
164+
"typeSeparator": "."
165+
},
166+
"@schematics/angular:resolver": {
167+
"typeSeparator": "."
168+
}
143169
}
144170
}

0 commit comments

Comments
 (0)