We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5feb71c commit 06a44a5Copy full SHA for 06a44a5
core-concepts/angular-application-architecture.md
@@ -113,7 +113,7 @@ The navigation inside a NativeScript application is done with the [Angular 2 Rou
113
* `router-outlet` - the built in Angular 2 router outlet. It replaces the content of the outlet with the templates of different component.
114
* `page-router-outlet` - uses NativeScript [page navigation]({% slug navigation %}#pages).
115
116
-To use the Router you will have to pass the `NS_ROUTER_PROVIDERS` providers when bootstrapping you app:
+To use the Router you will have to pass the `NS_ROUTER_PROVIDERS` providers when bootstrapping your app:
117
118
``` TypeScript
119
import {nativeScriptBootstrap} from "nativescript-angular/application";
0 commit comments