com.lampa.startapp
com.lampa.startapp copied to clipboard
Import in Ionic 2 / Angular 2 project
I'm having a very difficult time trying to figure out how to import this plugin with Ionic 2 / Angular 2. Most plugins seem to provide this information in the readme, and many use Ionic Native like this:
import { AdMob } from 'ionic-native';
+1 same issue in ionic 2 fast reply as soon as possible
please provide information as soon as possible.
@djengle91 you don't import startApp just you want to use (window as any).startApp.set({ // /* params */ // "action": "ACTION_VIEW", // "uri": "skype:+79109999999" // }).start();
@hardslk
(window as any).startApp.set
it does work to solve the problem sincerely thanks
Hi team,
Kindly reply any solution for this I am facing an issue for calling app inside another app.