Files
NativeScript/e2e/ui-tests-app/app/bottom-navigation/binding-page.ts
2019-07-16 13:32:28 +03:00

6 lines
216 B
TypeScript

import * as vmModule from "./bottom-navigation-view-model";
export function bottomNavigaitonLoaded(args) {
const bottomNav = args.object.page;
bottomNav.bindingContext = vmModule.bottomNavigationViewModel;
}