From e661f2ece96e53cf855b2783243036959b9add56 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 24 Sep 2018 19:06:55 +0200 Subject: [PATCH] fix(screenshot): import getPromise --- src/@ionic-native/plugins/screenshot/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/screenshot/index.ts b/src/@ionic-native/plugins/screenshot/index.ts index 0399bbf4..c745cb79 100644 --- a/src/@ionic-native/plugins/screenshot/index.ts +++ b/src/@ionic-native/plugins/screenshot/index.ts @@ -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;