Files
2019-09-19 15:40:31 +03:00

5 lines
118 B
TypeScript

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