mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-04 00:13:06 +08:00
chore(): fix ionic native import (#1471)
This commit is contained in:
parent
ed6044d4e8
commit
302fa48e7c
@ -10,8 +10,8 @@
|
|||||||
* - Remove this note
|
* - Remove this note
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core';
|
|
||||||
import { Injectable } from '@angular/core';
|
import { Injectable } from '@angular/core';
|
||||||
|
import { Plugin, Cordova, CordovaProperty, CordovaInstance, InstanceProperty, IonicNativePlugin } from '@ionic-native/core';
|
||||||
import { Observable } from 'rxjs/Observable';
|
import { Observable } from 'rxjs/Observable';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -21,7 +21,7 @@ import { Observable } from 'rxjs/Observable';
|
|||||||
*
|
*
|
||||||
* @usage
|
* @usage
|
||||||
* ```
|
* ```
|
||||||
* import { $PluginName } from 'ionic-native';
|
* import { $PluginName } from '@ionic-native/';
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
* constructor(private $pluginName: $PluginName) { }
|
* constructor(private $pluginName: $PluginName) { }
|
||||||
|
Loading…
Reference in New Issue
Block a user