Skip to content

Commit e105a24

Browse files
committed
Removing all remaining references to “Angular 2” in tutorial
1 parent 6e667bb commit e105a24

File tree

3 files changed

+39
-42
lines changed

3 files changed

+39
-42
lines changed

tutorial/ng-chapter-0.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,10 @@ Welcome to the NativeScript & Angular getting started guide. In this hands-on tu
2525

2626
<div class="intro-box">
2727
<img src="../img/cli-getting-started/angular/chapter0/Angular_logo.png" class="plain" alt="Angular logo">
28-
<p><a href="https://angularjs.org/">Angular JS</a> 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, 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 in NativeScript a reality.</p>
28+
<p><a href="https://angular.io/">Angular JS</a> is one of the most popular open source JavaScript frameworks for application development. The latest version of Angular <a href="https://angular.io/">makes it possible to use the framework outside of a web browser</a>, 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 in NativeScript a reality.</p>
2929
</div>
3030

31-
<div class="intro-box">
32-
<img src="../img/cli-getting-started/angular/chapter0/NativeScript_Angular_logo.png" class="plain" alt="Angular logo">
33-
<p>The result is a software architecture that allows you to build mobile apps using the same framework—and in some cases the same code—that you use to build Angular web apps, with the performance you’d expect from native code. Let’s look at how it all works by building an app.</p>
34-
</div>
31+
The result is a software architecture that allows you to build mobile apps using the same framework—and in some cases the same code—that you use to build Angular web apps, with the performance you’d expect from native code. Let’s look at how it all works by building an app.
3532

3633
> **NOTE**: If you spot any issues while completing this guide, let us know on our [Angular GitHub repo](https://github.com/NativeScript/nativescript-angular/issues).
3734

0 commit comments

Comments
 (0)