Skip to content

Commit fae189f

Browse files
authored
Merge pull request #663 from Nogs0/master
Fix angular.json
2 parents 1e732c4 + 2933621 commit fae189f

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
@@ -181,7 +181,8 @@
181181
"project": "AbpProjectName"
182182
},
183183
"@schematics/angular:directive": {
184-
"prefix": "app"
184+
"prefix": "app",
185+
"project": "AbpProjectName"
185186
}
186187
},
187188
"cli": {

0 commit comments

Comments
 (0)