Skip to content

Commit 43c004d

Browse files
authored
Merge pull request #254 from NativeScript/dtodorov/update-app-run
Update app run
2 parents e8fd440 + 0be5586 commit 43c004d

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,4 +1,4 @@
11
import * as application from 'tns-core-modules/application';
22

33
application.setCssFileName("./app.css");
4-
application.start({ moduleName: "main-page" });
4+
application.run({ moduleName: "app-root" });

0 commit comments

Comments
 (0)