chore(): fix ionic native import (#1471)

This commit is contained in:
Daniel Sogl 2017-05-09 23:39:08 +02:00 committed by Ibby Hadeed
parent ed6044d4e8
commit 302fa48e7c

View File

@ -10,8 +10,8 @@
* - Remove this note
*
*/
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core';
import { Injectable } from '@angular/core';
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';
/**
@ -21,7 +21,7 @@ import { Observable } from 'rxjs/Observable';
*
* @usage
* ```
* import { $PluginName } from 'ionic-native';
* import { $PluginName } from '@ionic-native/';
*
*
* constructor(private $pluginName: $PluginName) { }