mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 13:51:27 +08:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import * as pages from "ui/page";
|
|
|
|
export function pageLoaded(args) {
|
|
var page = <pages.Page>args.object;
|
|
page.bindingContext = { author: "Pratchett" };
|
|
} |