From 60d4baee68d991ec0d8197da28a037fb6f9a10da Mon Sep 17 00:00:00 2001 From: TJ VanToll Date: Fri, 24 Mar 2017 08:45:07 -0400 Subject: [PATCH] Note the current bug in the CLI about template parsing --- tutorial/chapter-1.md | 2 +- tutorial/ng-chapter-1.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tutorial/chapter-1.md b/tutorial/chapter-1.md index e225415bf..1731f9930 100644 --- a/tutorial/chapter-1.md +++ b/tutorial/chapter-1.md @@ -227,7 +227,7 @@ Errors happen, and when they do it’s important to know how to handle them. Let Find the line of code that declares an `` (line 2 of your `app/main-page.xml` file). Remove that line’s final `>` character so that the line looks like this. ``` XML -` (line 6 of your `app/app.component.ts` file). Remove that line’s final `>` character so that the line looks like this. ``` XML - **WARNING**: There is a bug in the NativeScript CLI that currently prevents you from seeing template parsing errors on Android. Follow [this issue on GitHub](https://github.com/NativeScript/nativescript-cli/issues/2603) for updates. + Let’s fix the error now by adding the `>` back to line 6 in your `app.component.ts` file. ``` XML