mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs(): add ngx import path
This commit is contained in:
@@ -246,7 +246,7 @@ export interface AppSelection {
|
||||
* Please refer to the plugin's repo for detailed usage. This docs page only explains the Native wrapper.
|
||||
*
|
||||
* ```typescript
|
||||
* import { LaunchNavigator, LaunchNavigatorOptions } from '@ionic-native/launch-navigator';
|
||||
* import { LaunchNavigator, LaunchNavigatorOptions } from '@ionic-native/launch-navigator/ngx';
|
||||
*
|
||||
* constructor(private launchNavigator: LaunchNavigator) { }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user