Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 9f37f17

Browse files
Merge pull request #201 from NativeScript/dtodorov/update-app-run
Update app run
2 parents 66aaabf + a83bae8 commit 9f37f17

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

demo/app/app-root.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<Frame defaultPage="main-page">
2+
</Frame>

demo/app/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import * as application from 'tns-core-modules/application';
2-
application.start({ moduleName: "main-page" });
2+
application.run({ moduleName: "app-root" });

0 commit comments

Comments
 (0)