Skip to content

Commit

Permalink
Fix angular.json
Browse files Browse the repository at this point in the history
Add project name into schematics, angular.json
  • Loading branch information
Nogs0 authored Jul 24, 2024
1 parent 4190478 commit 5b4f953
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 5b4f953

Please sign in to comment.