mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(): add ngx import path
This commit is contained in:
@@ -13,7 +13,7 @@ export interface PhotoViewerOptions {
|
||||
* @description This plugin can display your image in full screen with the ability to pan, zoom, and share the image.
|
||||
* @usage
|
||||
* ```typescript
|
||||
* import { PhotoViewer } from '@ionic-native/photo-viewer';
|
||||
* import { PhotoViewer } from '@ionic-native/photo-viewer/ngx';
|
||||
*
|
||||
* constructor(private photoViewer: PhotoViewer) { }
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user