We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4934995 commit cfa8ecaCopy full SHA for cfa8eca
runners/katacoda/templates/createDevon4ngProject.md
@@ -4,10 +4,10 @@
4
5
<% if(useDevonCommand){ %>
6
Use the ng create command to create a new Angular Project with the name <%= projectName; %>.
7
-`devon ng create <%= projectName; %><% if(optional){ %> <%= optional; %> <% } %>`{{execute T1}}
+`devon ng create <%= projectName; %><% if(optional){ %> <%= optional; %><% } %>`{{execute T1}}
8
<% } else { %>
9
Use the ng new command to create a new Angular Project with the name <%= projectName; %>.
10
-`ng new <%= projectName; %><% if(optional){ %> <%= optional; %> <% } %>`{{execute T1}}
+`ng new <%= projectName; %><% if(optional){ %> <%= optional; %><% } %>`{{execute T1}}
11
<% } %>
12
13
<%= textAfter; %>
0 commit comments