Skip to content

Commit bd6851a

Browse files
committed
Updating the intro
1 parent 78c4a14 commit bd6851a

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +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><img src="images/banner.png" class="banner-image" alt="NativeScript and Angular 2 logos"></p>
32-
<p><a href="https://www.nativescript.org/">NativeScript</a> is a framework for building native iOS and Android apps using JavaScript and CSS. NativeScript renders UIs with the native platform’s rendering engine—no <a href="http://developer.telerik.com/featured/what-is-a-webview/">WebViews</a>—resulting in native-like performance and UX. NativeScript was created and is supported by <a href="http://www.telerik.com/">Telerik</a>.</p>
33-
<p>Angular JS is one of the most popular open source JavaScript frameworks for application development. The latest version of Angular, <a href="https://angular.io/">Angular 2</a>, makes it possible to use Angular outside of a web browser. NativeScript extends the Angular 2 runtime, making it possible for you to build native iOS and Android applications using the same framework—and in some cases the same code—that you use to build Angular 2 web apps. Let’s look at how it all works by building an app.</p>
32+
<p><a href="https://www.nativescript.org/">NativeScript</a> is a framework for building completely native iOS and Android apps using JavaScript and CSS, and Angular JS is one of the most popular open source JavaScript frameworks for application development.</p>
33+
<p>The latest version of Angular, <a href="https://angular.io/">Angular 2</a>, makes it possible to use Angular outside of a web browser, and developers at <a href="http://www.telerik.com/">Telerik</a> (the company that created and maintains NativeScript) <a href="https://docs.google.com/document/d/1J6fZcVbVa6uONVCJIox2A3Jn5TWgspLufmryfA1OXGk/edit#heading=h.trgonlvb0z3j">have been working closely with developers at Google</a> to make Angular 2 in NativeScript a reality.</p>
34+
<p>The result is a framework that allows you to build native apps using the same framework—and in some cases the same code—that you use to build Angular 2 web apps. Let’s look at how it all works by building an app.</p>
3435
<blockquote>
3536
<p><strong>WARNING #1</strong>: Although NativeScript itself is a production-ready framework that drives <a href="https://www.nativescript.org/showcases">many apps in the app stores today</a>, NativeScript’s Angular integration is still in an alpha stage. If you run into issues when using the Angular integration, please report them on <a href="https://github.com/NativeScript/nativescript-angular">https://github.com/NativeScript/nativescript-angular</a>. If you’re looking for a guide on using the production-ready flavor of NativeScript head to the <a href="http://docs.nativescript.org/start/getting-started">official Getting Started Guide</a>.</p>
3637
<p><strong>WARNING #2 🚧</strong>: This guide is being actively written. If you choose to go through this today you’ll certainly find grammatical errors and steps that just don’t work. If you find an error in the guide please report the problem at <a href="https://github.com/tjvantoll/nativescript-angular-guide">https://github.com/tjvantoll/nativescript-angular-guide</a>. Pull requests are also welcome 😀</p>

src/chapters/chapter0.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
<img src="images/banner.png" class="banner-image" alt="NativeScript and Angular 2 logos">
44

5-
[NativeScript](https://www.nativescript.org/) is a framework for building native iOS and Android apps using JavaScript and CSS. NativeScript renders UIs with the native platform’s rendering engine—no [WebViews](http://developer.telerik.com/featured/what-is-a-webview/)—resulting in native-like performance and UX. NativeScript was created and is supported by [Telerik](http://www.telerik.com/).
5+
[NativeScript](https://www.nativescript.org/) is a framework for building completely native iOS and Android apps using JavaScript and CSS, and Angular JS is one of the most popular open source JavaScript frameworks for application development.
66

7-
Angular JS is one of the most popular open source JavaScript frameworks for application development. The latest version of Angular, [Angular 2](https://angular.io/), makes it possible to use Angular outside of a web browser. NativeScript extends the Angular 2 runtime, making it possible for you to build native iOS and Android applications using the same framework—and in some cases the same code—that you use to build Angular 2 web apps. Let’s look at how it all works by building an app.
7+
The latest version of Angular, [Angular 2](https://angular.io/), makes it possible to use Angular outside of a web browser, and developers at [Telerik](http://www.telerik.com/) (the company that created and maintains NativeScript) [have been working closely with developers at Google](https://docs.google.com/document/d/1J6fZcVbVa6uONVCJIox2A3Jn5TWgspLufmryfA1OXGk/edit#heading=h.trgonlvb0z3j) to make Angular 2 in NativeScript a reality.
8+
9+
The result is a framework that allows you to build native apps using the same framework—and in some cases the same code—that you use to build Angular 2 web apps. Let’s look at how it all works by building an app.
810

911
> **WARNING #1**: Although NativeScript itself is a production-ready framework that drives [many apps in the app stores today](https://www.nativescript.org/showcases), NativeScript’s Angular integration is still in an alpha stage. If you run into issues when using the Angular integration, please report them on https://github.com/NativeScript/nativescript-angular. If you’re looking for a guide on using the production-ready flavor of NativeScript head to the [official Getting Started Guide](http://docs.nativescript.org/start/getting-started).
1012

0 commit comments

Comments
 (0)