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.
1 parent f6bbb9b commit 64d405aCopy full SHA for 64d405a
app/bundle-main-page.ts
@@ -1,6 +1,5 @@
1
import { mainViewModel} from "./main-view-model";
2
-function pageLoaded(args) {
+export function pageLoaded(args) {
3
var page = args.object;
4
page.bindingContext = mainViewModel;
5
}
6
-exports.pageLoaded = pageLoaded;
app/main-page.ts
0 commit comments