Skip to content

Commit ae0b4f7

Browse files
chore: ng update
1 parent a8f8dd6 commit ae0b4f7

File tree

5 files changed

+7654
-11847
lines changed

5 files changed

+7654
-11847
lines changed

src/angular.json

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"prefix": "app",
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:application",
18+
"builder": "@angular/build:application",
1919
"options": {
2020
"outputPath": "dist/nullinside-ui",
2121
"index": "src/index.html",
@@ -66,7 +66,7 @@
6666
"defaultConfiguration": "production"
6767
},
6868
"serve": {
69-
"builder": "@angular-devkit/build-angular:dev-server",
69+
"builder": "@angular/build:dev-server",
7070
"configurations": {
7171
"production": {
7272
"buildTarget": "nullinside-ui:build:production"
@@ -78,13 +78,13 @@
7878
"defaultConfiguration": "development"
7979
},
8080
"extract-i18n": {
81-
"builder": "@angular-devkit/build-angular:extract-i18n",
81+
"builder": "@angular/build:extract-i18n",
8282
"options": {
8383
"buildTarget": "nullinside-ui:build"
8484
}
8585
},
8686
"test": {
87-
"builder": "@angular-devkit/build-angular:karma",
87+
"builder": "@angular/build:karma",
8888
"options": {
8989
"polyfills": [
9090
"zone.js",
@@ -121,5 +121,31 @@
121121
"@angular-eslint/schematics"
122122
],
123123
"analytics": false
124+
},
125+
"schematics": {
126+
"@schematics/angular:component": {
127+
"type": "component"
128+
},
129+
"@schematics/angular:directive": {
130+
"type": "directive"
131+
},
132+
"@schematics/angular:service": {
133+
"type": "service"
134+
},
135+
"@schematics/angular:guard": {
136+
"typeSeparator": "."
137+
},
138+
"@schematics/angular:interceptor": {
139+
"typeSeparator": "."
140+
},
141+
"@schematics/angular:module": {
142+
"typeSeparator": "."
143+
},
144+
"@schematics/angular:pipe": {
145+
"typeSeparator": "."
146+
},
147+
"@schematics/angular:resolver": {
148+
"typeSeparator": "."
149+
}
124150
}
125151
}

0 commit comments

Comments
 (0)