| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 60773e7 commit 4d23e37
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,4 +9,4 @@ trace.enable(); | |||
| 9 | 9 | ||
| 10 | 10 | // Needed only for build infrastructure | |
| 11 | 11 | application.setCssFileName("navigation-app/app.css"); | |
| 12 | - application.start({ moduleName: "navigation-app/main-page" }); | ||
| 12 | + application.start({ moduleName: "navigation-app/main-page" }); | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,4 +66,4 @@ export function navigatingTo(args: NavigatedData) { | |||
| 66 | 66 | ||
| 67 | 67 | export function navigatingFrom(args: NavigatedData) { | |
| 68 | 68 | console.log(`navigatingFrom ${args.object.toString()} isBack: ${args.isBackNavigation}`) | |
| 69 | - } | ||
| 69 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,4 +10,4 @@ | |||
| 10 | 10 | <Button text="Nav Clear" tap="navWithClear" /> | |
| 11 | 11 | <ListView items="{{ $value }}" /> | |
| 12 | 12 | </StackLayout> | |
| 13 | - </Page> | ||
| 13 | + </Page> | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "tns-samples-apps", | |
| 3 | - "main": "ui-tests-app/app.js" | ||
| 3 | + "main": "navigation-app/app.js" | ||
| 4 | 4 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments