Skip to content

Commit 250105a

Browse files
authored
Merge pull request #661 from Nogs0/master
Fix bug on create component
2 parents 4190478 + 5b4f953 commit 250105a

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)