Skip to content

Commit

Permalink
fix: standalone component can be created
Browse files Browse the repository at this point in the history
  • Loading branch information
liamdebeasi committed Jan 27, 2024
1 parent 3f808e1 commit 7872049
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/schematics/component/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ export interface Schema {
export?: boolean;
entryComponent?: boolean;
type?: string;
standalone?: boolean;
}
5 changes: 5 additions & 0 deletions packages/schematics/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@
"type": "string",
"description": "Adds a developer-defined type to the filename, in the format \"name.type.ts\".",
"default": "Component"
},
"standalone": {
"type": "boolean",
"description": "Specifies if the component should be standalone",
"default": false
}
},
"required": []
Expand Down

0 comments on commit 7872049

Please sign in to comment.