Skip to content

Commit

Permalink
Merge pull request #661 from Nogs0/master
Browse files Browse the repository at this point in the history
Fix bug on create component
  • Loading branch information
ismcagdas authored Jul 25, 2024
2 parents 4190478 + 5b4f953 commit 250105a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion angular/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@
"schematics": {
"@schematics/angular:component": {
"prefix": "app",
"style": "css"
"style": "css",
"project": "AbpProjectName"
},
"@schematics/angular:directive": {
"prefix": "app"
Expand Down

0 comments on commit 250105a

Please sign in to comment.