From a83bae87c1412549e1ae9ae0f2e26c291d6bd87e Mon Sep 17 00:00:00 2001 From: Dimitar Todorov Date: Tue, 26 Feb 2019 17:59:51 +0200 Subject: [PATCH] Update app run --- demo/app/app-root.xml | 2 ++ demo/app/app.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 demo/app/app-root.xml 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" });