-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Labels
outdatedscope: reactIssues related to React support for NxIssues related to React support for Nxtype: feature
Description
Hi there,
We are having a productivity hit when creating components because of the template that is in the React create component:
| export function <%= className %>(props: <%= className %>Props) { |
We would love to use ng generate component and for it to create the following:
interface I*NAME*Props {}
export const *NAME*: React.FC<I*NAME*Props> = (props) => {
...
}Would this be accepted if a PR was made?
Cheers,
Szauka, bcheidemann, puku0x, valerius21 and knoefelbcheidemann and SzaukaSzauka
Metadata
Metadata
Assignees
Labels
outdatedscope: reactIssues related to React support for NxIssues related to React support for Nxtype: feature