Skip to content

Commit b157e97

Browse files
committed
Adding known issues
1 parent 97cb497 commit b157e97

File tree

4 files changed

+29
-0
lines changed

4 files changed

+29
-0
lines changed

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ <h1>Building Apps with NativeScript and Angular 2</h1>
2929
<div class="chapter">
3030
<h2 id="building-apps-with-nativescript-and-angular-2">Building Apps with NativeScript and Angular 2</h2>
3131
<p>Welcome to the NativeScript &amp; 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 <a href="#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>
3235
<h3 id="what-is-nativescript-what-is-angular-2-">What is NativeScript? What is Angular 2?</h3>
3336
<div class="intro-box">
3437
<img src="images/chapter0/NativeScript_logo.png" class="plain" alt="NativeScript logo">
@@ -1864,6 +1867,17 @@ <h3 id="let-us-know-what-you-think">Let us know what you think</h3>
18641867
<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>
18651868
<iframe src="https://docs.google.com/forms/d/1r0q8YJ7yzXcDClfu29FTFITvU1_x-2MdGjZBMPrSXCw/viewform?embedded=true" width="760" height="1300" style="max-width: 100%;" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
18661869

1870+
</div>
1871+
<div class="chapter">
1872+
<h2 id="appendix">Appendix</h2>
1873+
<h3 id="known-issues">Known issues</h3>
1874+
<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, <a href="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. <a href="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 <a href="https://github.com/NativeScript/nativescript-angular/issues">nativescript-angular</a> repo on GitHub for a <a href="https://github.com/NativeScript/nativescript-angular/issues">full list of issues</a>, and to <a href="https://github.com/NativeScript/nativescript-angular/issues/new">report any problems you have</a>.</p>
1880+
18671881
</div>
18681882
</div>
18691883
</div>

src/chapters/chapter0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

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.
6+
57
### What is NativeScript? What is Angular 2?
68

79
<div class="intro-box">

src/chapters/chapter8.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## Appendix
2+
3+
### Known issues
4+
5+
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).

src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ <h1>Building Apps with NativeScript and Angular 2</h1>
5151
<div class="chapter">
5252
@@include(markdown("chapters/chapter7.md"))
5353
</div>
54+
<div class="chapter">
55+
@@include(markdown("chapters/chapter8.md"))
56+
</div>
5457
</div>
5558
</div>
5659
</div>

0 commit comments

Comments
 (0)