File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ trace.enable();
99
1010// Needed only for build infrastructure
1111application . 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) {
6666
6767export function navigatingFrom ( args : NavigatedData ) {
6868 console . log ( `navigatingFrom ${ args . object . toString ( ) } isBack: ${ args . isBackNavigation } ` )
69- }
69+ }
Original file line number Diff line number Diff line change 1010 <Button text =" Nav Clear" tap =" navWithClear" />
1111 <ListView items =" {{ $value }}" />
1212 </StackLayout >
13- </Page >
13+ </Page >
Original file line number Diff line number Diff line change 11{
22 "name" : " tns-samples-apps" ,
3- "main" : " ui-tests -app/app.js"
3+ "main" : " navigation -app/app.js"
44}
You can’t perform that action at this time.
0 commit comments