Skip to content

Commit

Permalink
Merge pull request #1186 from IgniteUI/valadzhov/angular-template-upd…
Browse files Browse the repository at this point in the history
…ate-standalone-false-master

chore(angular): Add standalone=false variable to angular.json
  • Loading branch information
Lipata authored Dec 14, 2023
2 parents 3d56c4f + 774fd00 commit d94681c
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
"style": "scss",
"standalone": false
},
"@schematics/angular:application": {
"strict": true
"strict": true,
"standalone": false
}
},
"root": "",
Expand Down

0 comments on commit d94681c

Please sign in to comment.