import * as application from "tns-core-modules/application"; application.run({ moduleName: "app-root" }); // application.run({ moduleName: "tab-root" }); // application.run({ moduleName: "layout-root" });