Skip to content

Commit

Permalink
chore: encode @ in HTML (it's now recognized as a block)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Jan 6, 2025
1 parent 4de16f2 commit 8a8f9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/demo/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ <h2>Next Steps</h2>
<summary>Add UI library</summary>
<pre>
# Generate UI lib
nx g @nx/angular:lib ui
nx g &#64;nx/angular:lib ui

# Add a component
nx g @nx/angular:component xyz --project ui</pre
nx g &#64;nx/angular:component xyz --project ui</pre
>
</details>
<details>
Expand Down

0 comments on commit 8a8f9c2

Please sign in to comment.