question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Import in Ionic 2 / Angular 2 project

See original GitHub issue

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';

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:5

github_iconTop GitHub Comments

2reactions
hardslkcommented, Feb 7, 2017

@djengle91 you don’t import startApp just you want to use (window as any).startApp.set({ // /* params */ // “action”: “ACTION_VIEW”, // “uri”: “skype:+79109999999” // }).start();

0reactions
kurnoolmohammadmujahidcommented, May 23, 2017

Hi team,

Kindly reply any solution for this I am facing an issue for calling app inside another app.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to require('xyz') in ionic2/angular2? - Ionic Forum
Another question I have is that this Parse javascript sdk is using var Parse = require('parse') to load. How do I load that...
Read more >
How to import Javascript file into Ionic/Angular project
Ionic /Angular is obviously able to find the file, but for some reason the TypeScript isn't interpreting the JavaScript class correctly.
Read more >
Using AngularFire2 to build Ionic 2 & Firebase apps! | Pluralsight
We'll need to import AngularFire and our list observable to this file, so right below your last import statement type: import { ...
Read more >
Ionic 2 + Angular to build a full Mobile Application - YouTube
IONIC 2 FULL APP ( 2 / 2 ) - GEOLOCATION & MAPS | Ionic 2 + Angular to build a full Mobile...
Read more >
Sharing Code in Angular2 + Ionic2 Apps | by Martin Pritchard
A simple example (see code on Github) · 1. Create two ionic2 apps · 2. Create a shared-code module & add test ngRx...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found