import pages = require("ui/page"); export function pageLoaded(args) { var page = args.object; page.bindingContext = { author: "Pratchett" }; }