Closed timlitw closed 7 years ago
You can either:
Reference the plugin via the Ionic Native wrapper - see the Ionic2Example in the example project.
Or reference the plugin directly via the launchnavigator
global namespace. The plugin includes a type definition which you can import in order for Typescript to recognise the plugin API.
what do I import in my page to be able to use the launchnavigator.navigate?