Skip to content

Commit

Permalink
fix(angular): remove backticks from home template which cause decorat…
Browse files Browse the repository at this point in the history
…or parse errors

Resolves #1785
  • Loading branch information
catfireparty authored and vsavkin committed Sep 9, 2019
1 parent cf147cf commit 835f3b0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/angular/src/schematics/application/application.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,29 +103,29 @@ const nrwlHomeTemplate = {
<details open>
<summary>Add UI library</summary>
<pre>
\`# Generate UI lib
# Generate UI lib
ng g @nrwl/angular:lib ui
# Add a component
ng g @nrwl/angular:component xyz --project ui\`</pre
ng g @nrwl/angular:component xyz --project ui</pre
>
</details>
<details>
<summary>View dependency graph</summary>
<pre>\`nx dep-graph\`</pre>
<pre>nx dep-graph</pre>
</details>
<details>
<summary>Run affected commands</summary>
<pre>
\`# see what's been affected by changes
# see what's been affected by changes
ng affected:dep-graph
# run tests for current changes
ng affected:test
# run e2e tests for current changes
ng affected:e2e
\`</pre
</pre
>
</details>
</main>
Expand Down

0 comments on commit 835f3b0

Please sign in to comment.