From 5223dc7dd50675b983e889713a2660dacb289a81 Mon Sep 17 00:00:00 2001 From: heremamit Date: Wed, 27 Nov 2019 00:03:46 +0800 Subject: [PATCH] docs(update): Preview any file import path (#3237) updated documents to reflect correct import path --- src/@ionic-native/plugins/preview-any-file/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/preview-any-file/index.ts b/src/@ionic-native/plugins/preview-any-file/index.ts index c6e4f642a..73328d611 100644 --- a/src/@ionic-native/plugins/preview-any-file/index.ts +++ b/src/@ionic-native/plugins/preview-any-file/index.ts @@ -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) { }