Skip to content

Commit 4d23e37

Browse files
vakrilovHristo Hristov
authored andcommitted
fix: Navigation test app added
1 parent 60773e7 commit 4d23e37

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

apps/app/navigation-app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ trace.enable();
99

1010
// Needed only for build infrastructure
1111
application.setCssFileName("navigation-app/app.css");
12-
application.start({ moduleName: "navigation-app/main-page" });
12+
application.start({ moduleName: "navigation-app/main-page" });

apps/app/navigation-app/main-page.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ export function navigatingTo(args: NavigatedData) {
6666

6767
export function navigatingFrom(args: NavigatedData) {
6868
console.log(`navigatingFrom ${args.object.toString()} isBack: ${args.isBackNavigation}`)
69-
}
69+
}

apps/app/navigation-app/main-page.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
<Button text="Nav Clear" tap="navWithClear" />
1111
<ListView items="{{ $value }}" />
1212
</StackLayout>
13-
</Page>
13+
</Page>

apps/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"name": "tns-samples-apps",
3-
"main": "ui-tests-app/app.js"
3+
"main": "navigation-app/app.js"
44
}

0 commit comments

Comments
 (0)