Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 243 Bytes

SOLUTION.md

File metadata and controls

11 lines (8 loc) · 243 Bytes

Generate a new lib:

nx generate @nrwl/react:lib ui-shared --directory=store --no-component

Generate a new component in a project:

nx generate @nrwl/react:component header --export --project=store-ui-shared