Files
NativeScript/e2e/ui-tests-app/app/html-view/html-view-page.ts
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" };
}