Files
NativeScript/apps/app/ui-tests-app/font/nordic/nordic.ts
SvetoslavTsenov 99611a9979 Include resource folder
Fix tslint error
2017-05-31 17:21:17 +03:00

4 lines
114 B
TypeScript

export function pageLoaded(args) {
var page = args.object;
page.getViewById("label").text = "æøå";
}