diff --git a/demo/app/app-root.xml b/demo/app/app-root.xml new file mode 100644 index 0000000..8d01995 --- /dev/null +++ b/demo/app/app-root.xml @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/demo/app/app.ts b/demo/app/app.ts index a17b0bd..108a350 100644 --- a/demo/app/app.ts +++ b/demo/app/app.ts @@ -1,2 +1,2 @@ import * as application from 'tns-core-modules/application'; -application.start({ moduleName: "main-page" }); +application.run({ moduleName: "app-root" });