fix(screenshot): import getPromise

This commit is contained in:
Daniel 2018-09-24 19:06:55 +02:00
parent 15cd285ec6
commit e661f2ece9

View File

@ -1,5 +1,5 @@
import { Injectable } from '@angular/core';
import { IonicNativePlugin, Plugin } from '@ionic-native/core';
import { IonicNativePlugin, Plugin, getPromise } from '@ionic-native/core';
declare const navigator: any;