You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -128,7 +128,7 @@ <h4 class="exercise-start">
128
128
<p><strong>TIP:</strong></p>
129
129
<ul>
130
130
<li>The “angular-end” branch has the final state of this guide's tutorial. Feel free to <ahref="https://github.com/NativeScript/sample-Groceries/tree/angular-end">refer to the branch on GitHub</a> if you get stuck.</li>
131
-
<li>After completing this guide, if you’d like to start a new NativeScript and Angular 2 app—one that doesn’t clone Groceries—you can use the NativeScript CLI’s <code>tns create</code> command as such:<pre><code>tns create my-app-name --template https://github.com/NativeScript/template-hello-world-ng
131
+
<li>After completing this guide, if you’d like to start a new NativeScript and Angular 2 app—one that doesn’t clone Groceries—you can use the NativeScript CLI’s <code>tns create</code> command as such:<pre><code>tns create my-app-name --template tns-template-hello-world-ng
132
132
</code></pre></li>
133
133
</ul>
134
134
</blockquote>
@@ -1759,8 +1759,8 @@ <h3 id="join-the-nativescript-community">Join the NativeScript community</h3>
1759
1759
</ul>
1760
1760
<h3id="start-your-own-app">Start your own app</h3>
1761
1761
<p>Although you’re welcome to use Groceries as the basis of your own app, if you want to start a new app from scratch, the NativeScript CLI provides a number of built-in starting points. For example, you can start a new “hello world” app by running the <code>tns create</code> command:</p>
</code></pre><p>If you want to start from a slightly more complete starting point, the <code>tns create</code> command also has a <code>--template</code> option that lets you start from a variety of pre-built templates. For instance, the following command creates a NativeScript project with tab navigation already setup:</p>
</code></pre><p>If you want to start from a slightly more complete starting point, the <code>tns create</code> command also has additional values you can use with the <code>--template</code> option. For instance, the following command creates a NativeScript project with tab navigation already setup:</p>
<p><strong>TIP</strong>: A number of other templates are available to use with the <code>--template</code> option, including TypeScript templates and more. Refer to <ahref="https://www.tjvantoll.com/2016/02/22/creating-nativescript-templates/">the full list of official templates</a> at any time.</p>
Copy file name to clipboardExpand all lines: src/chapters/chapter1.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ git checkout angular-start
68
68
> * The “angular-end” branch has the final state of this guide's tutorial. Feel free to [refer to the branch on GitHub](https://github.com/NativeScript/sample-Groceries/tree/angular-end) if you get stuck.
69
69
> * After completing this guide, if you’d like to start a new NativeScript and Angular 2 app—one that doesn’t clone Groceries—you can use the NativeScript CLI’s `tns create` command as such:
Copy file name to clipboardExpand all lines: src/chapters/chapter7.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,10 @@ Regardless of what you choose to do next with NativeScript, joining the NativeSc
15
15
Although you’re welcome to use Groceries as the basis of your own app, if you want to start a new app from scratch, the NativeScript CLI provides a number of built-in starting points. For example, you can start a new “hello world” app by running the `tns create` command:
If you want to start from a slightly more complete starting point, the `tns create` command also has a `--template` option that lets you start from a variety of pre-built templates. For instance, the following command creates a NativeScript project with tab navigation already setup:
21
+
If you want to start from a slightly more complete starting point, the `tns create` command also has additional values you can use with the `--template` option. For instance, the following command creates a NativeScript project with tab navigation already setup:
0 commit comments