Files
NativeScript/apps/ui/app/html-view/html-view-page.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

5 lines
112 B
TypeScript

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