fix: Navigation test app added

This commit is contained in:
vakrilov
2017-10-10 10:56:20 +03:00
committed by Hristo Hristov
parent 60773e7545
commit 4d23e3777d
4 changed files with 4 additions and 4 deletions

View File

@ -9,4 +9,4 @@ trace.enable();
// Needed only for build infrastructure
application.setCssFileName("navigation-app/app.css");
application.start({ moduleName: "navigation-app/main-page" });
application.start({ moduleName: "navigation-app/main-page" });

View File

@ -66,4 +66,4 @@ export function navigatingTo(args: NavigatedData) {
export function navigatingFrom(args: NavigatedData) {
console.log(`navigatingFrom ${args.object.toString()} isBack: ${args.isBackNavigation}`)
}
}

View File

@ -10,4 +10,4 @@
<Button text="Nav Clear" tap="navWithClear" />
<ListView items="{{ $value }}" />
</StackLayout>
</Page>
</Page>

View File

@ -1,4 +1,4 @@
{
"name": "tns-samples-apps",
"main": "ui-tests-app/app.js"
"main": "navigation-app/app.js"
}