Merge branch 'v5' of github.com:ionic-team/ionic-native into v5

This commit is contained in:
Ibby Hadeed 2018-04-11 12:34:20 -04:00
commit f21b63be47
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
*/ */
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core'; import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable'; import { Observable } from 'rxjs';
/** /**
* @name {{ Plugin_Name }} * @name {{ Plugin_Name }}

View File

@ -12,7 +12,7 @@
*/ */
import { Injectable } from '@angular/core'; import { Injectable } from '@angular/core';
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core'; import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable'; import { Observable } from 'rxjs';
/** /**
* @name {{ Plugin_Name }} * @name {{ Plugin_Name }}