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
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,9 @@ <h1>Building Apps with NativeScript and Angular 2</h1>
29
29
<divclass="chapter">
30
30
<h2id="building-apps-with-nativescript-and-angular-2">Building Apps with NativeScript and Angular 2</h2>
31
31
<p>Welcome to the NativeScript & Angular 2 getting started guide 📚. In this hands-on tutorial, you’ll build a cross-platform iOS and Android app from scratch.</p>
32
+
<blockquote>
33
+
<p><strong>WARNING 🚧</strong>: NativeScript’s Angular integration is in beta. Refer to <ahref="#chapter8.0">this guide’s appendix</a> for a list of known issues that may affect you while going through this tutorial.</p>
34
+
</blockquote>
32
35
<h3id="what-is-nativescript-what-is-angular-2-">What is NativeScript? What is Angular 2?</h3>
@@ -1864,6 +1867,17 @@ <h3 id="let-us-know-what-you-think">Let us know what you think</h3>
1864
1867
<p>Finally, we’d love if you could take a minute to tell us what you thought about the this guide. Your feedback helps us make this tutorial better.</p>
<p>As NativeScript’s Angular integration is still in beta, there are a few outstanding issues you may hit while completing this guide. Here are the major ones:</p>
1875
+
<ul>
1876
+
<li>1) You may get a “Service exited due to signal: Killed: 9” error when deploying an app to an iOS simulator. If you hit this issue, <ahref="https://github.com/NativeScript/nativescript-angular/issues/101">refer to the GitHub issue</a> for details on the problem and workarounds.</li>
1877
+
<li>2) The <code>tns livesync</code> command currently does not work on iOS apps. Because of this, for now, you must run <code>tns run ios --emulator</code> after each change you make to your app in order to see the changes rendered. <ahref="https://github.com/NativeScript/nativescript-angular/issues/167">Follow this problem’s GitHub issue</a> for updates.</li>
1878
+
</ul>
1879
+
<p>You can refer to the <ahref="https://github.com/NativeScript/nativescript-angular/issues">nativescript-angular</a> repo on GitHub for a <ahref="https://github.com/NativeScript/nativescript-angular/issues">full list of issues</a>, and to <ahref="https://github.com/NativeScript/nativescript-angular/issues/new">report any problems you have</a>.</p>
Copy file name to clipboardExpand all lines: src/chapters/chapter0.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
Welcome to the NativeScript & Angular 2 getting started guide 📚. In this hands-on tutorial, you’ll build a cross-platform iOS and Android app from scratch.
4
4
5
+
> **WARNING 🚧**: NativeScript’s Angular integration is in beta. Refer to [this guide’s appendix](#chapter8.0) for a list of known issues that may affect you while going through this tutorial.
As NativeScript’s Angular integration is still in beta, there are a few outstanding issues you may hit while completing this guide. Here are the major ones:
6
+
7
+
*1) You may get a “Service exited due to signal: Killed: 9” error when deploying an app to an iOS simulator. If you hit this issue, [refer to the GitHub issue](https://github.com/NativeScript/nativescript-angular/issues/101) for details on the problem and workarounds.
8
+
*2) The `tns livesync` command currently does not work on iOS apps. Because of this, for now, you must run `tns run ios --emulator` after each change you make to your app in order to see the changes rendered. [Follow this problem’s GitHub issue](https://github.com/NativeScript/nativescript-angular/issues/167) for updates.
9
+
10
+
You can refer to the [nativescript-angular](https://github.com/NativeScript/nativescript-angular/issues) repo on GitHub for a [full list of issues](https://github.com/NativeScript/nativescript-angular/issues), and to [report any problems you have](https://github.com/NativeScript/nativescript-angular/issues/new).
0 commit comments