Skip to content

Commit

Permalink
fix(react): updated nx generator commands from @nrwl/angular to @nrwl…
Browse files Browse the repository at this point in the history
…/react in sample app\'s next steps
  • Loading branch information
damian66 committed Jun 10, 2022
1 parent 15c04b0 commit 994aa48
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -743,9 +743,9 @@ export function NxWelcome({ title }: { title: string }) {
</summary>
<pre>
<span># Generate UI lib</span>
nx g @nrwl/angular:lib ui
nx g @nrwl/react:lib ui
<span># Add a component</span>
nx g @nrwl/angular:component button --project ui
nx g @nrwl/react:component button --project ui
</pre>
</details>
<details>
Expand Down

0 comments on commit 994aa48

Please sign in to comment.