docs(update): Preview any file import path (#3237)

updated documents to reflect correct import path
This commit is contained in:
heremamit 2019-11-27 00:03:46 +08:00 committed by Daniel Sogl
parent bb77620d0d
commit 5223dc7dd5

View File

@ -9,7 +9,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
*
* @usage
* ```typescript
* import { PreviewAnyFile } from '@ionic-native/preview-any-file';
* import { PreviewAnyFile } from '@ionic-native/preview-any-file/ngx';
*
*
* constructor(private previewAnyFile: PreviewAnyFile) { }