Skip to content

Commit

Permalink
Update schema.json #4563
Browse files Browse the repository at this point in the history
"feat(schematics): change standalone default to true for components"
  • Loading branch information
tanmaytare authored Oct 20, 2024
1 parent f993759 commit 51ecd64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/schematics/src/container/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
},
"standalone": {
"description": "Whether the generated component is standalone.",
"type": "boolean"
"type": "boolean",
"default": true
},
"displayBlock": {
"description": "Specifies if the style will contain :host { display: block; }.",
Expand Down

0 comments on commit 51ecd64

Please sign in to comment.