Skip to content

Commit c609e3c

Browse files
committed
Merge branch 'gh-pages' of github.com:tjvantoll/nativescript-angular-guide into gh-pages
2 parents 23126d5 + 44d6ced commit c609e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/chapters/chapter5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
As you build more complex apps, you'll likely run into functionality that is not implemented in the NativeScript modules. But no worries, as NativeScript lets you leverage [npm](https://www.npmjs.com/) (node package manager) to import npm modules into your apps. Alternately, you can install NativeScript plugins, which are simply npm modules that can access native code and use Android and iOS SDKs, if required.
44

5-
In this chapter, you'll install and use and external email validator module to verify the format of email addresses as they are entered on the registration screen. Then, you'll add a NativeScript plugin, [NativeScript social share](https://www.npmjs.com/package/nativescript-social-share), to let users share their grocery lists using their device's native sharing widget.
5+
In this chapter, you'll install and use an external email validator module to verify the format of email addresses as they are entered on the registration screen. Then, you'll add a NativeScript plugin, [NativeScript social share](https://www.npmjs.com/package/nativescript-social-share), to let users share their grocery lists using their device's native sharing widget.
66

77
### Using npm modules
88

src/chapters/chapter6.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Talk about status bars.
126126
<b>Exercise</b>: ???
127127
</h4>
128128

129-
Open `app.main.ts` and replace the contents of the file with the following code:
129+
Open `app/main.ts` and replace the contents of the file with the following code:
130130

131131
``` TypeScript
132132
import {nativeScriptBootstrap} from "nativescript-angular/application";

0 commit comments

Comments
 (0)