We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8fd440 + 0be5586 commit 43c004dCopy full SHA for 43c004d
demo/app/app-root.xml
@@ -0,0 +1,2 @@
1
+<Frame defaultPage="main-page">
2
+</Frame>
demo/app/app.ts
@@ -1,4 +1,4 @@
import * as application from 'tns-core-modules/application';
3
application.setCssFileName("./app.css");
4
-application.start({ moduleName: "main-page" });
+application.run({ moduleName: "app-root" });
0 commit comments