Given my.component is an angular Component:
page.showModal('./pages/my.component', 'Modal Context', () => {
// close function
}, true);
Wasn't too surprised to see it throw this:
file:///app/tns_modules/ui/frame/frame-common.js:83:94: JS ERROR Error: Failed to load Page from entry.moduleName: ./pages/my.component
Curious how to integrate the page's showModal api with nativescript-angular.
Given
my.componentis an angularComponent:Wasn't too surprised to see it throw this:
Curious how to integrate the page's
showModalapi withnativescript-angular.