Files
2019-06-20 15:58:36 +03:00

4 lines
117 B
TypeScript

export function pageLoaded(args) {
var page = args.object;
page.bindingContext = { html: "one<br>two" };
}