From 835f3b091d7c89e21da013a0fcb23e587e723656 Mon Sep 17 00:00:00 2001 From: Jo Pearce Date: Mon, 9 Sep 2019 16:06:05 +0100 Subject: [PATCH] fix(angular): remove backticks from home template which cause decorator parse errors Resolves #1785 --- .../angular/src/schematics/application/application.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/angular/src/schematics/application/application.ts b/packages/angular/src/schematics/application/application.ts index ddfe6cb353c69..dc77551d508bf 100644 --- a/packages/angular/src/schematics/application/application.ts +++ b/packages/angular/src/schematics/application/application.ts @@ -103,21 +103,21 @@ const nrwlHomeTemplate = {
Add UI library
-\`# Generate UI lib
+# Generate UI lib
 ng g @nrwl/angular:lib ui
 
 # Add a component
-ng g @nrwl/angular:component xyz --project ui\`
View dependency graph -
\`nx dep-graph\`
+
nx dep-graph
Run affected commands
-\`# see what's been affected by changes
+# see what's been affected by changes
 ng affected:dep-graph
 
 # run tests for current changes
@@ -125,7 +125,7 @@ ng affected:test
 
 # run e2e tests for current changes
 ng affected:e2e
-\`