Skip to content

Commit 5b4f953

Browse files
authored
Fix angular.json
Add project name into schematics, angular.json
1 parent 4190478 commit 5b4f953

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

angular/angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,8 @@
177177
"schematics": {
178178
"@schematics/angular:component": {
179179
"prefix": "app",
180-
"style": "css"
180+
"style": "css",
181+
"project": "AbpProjectName"
181182
},
182183
"@schematics/angular:directive": {
183184
"prefix": "app"

0 commit comments

Comments
 (0)