docs(): add ngx import path

This commit is contained in:
mhartington
2018-10-10 16:13:45 -05:00
parent ac78a1540c
commit 220e22b659
221 changed files with 238 additions and 238 deletions
@@ -118,7 +118,7 @@ export interface FileTransferError {
*
* @usage
* ```typescript
* import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer';
* import { FileTransfer, FileUploadOptions, FileTransferObject } from '@ionic-native/file-transfer/ngx';
* import { File } from '@ionic-native/file';
*
* constructor(private transfer: FileTransfer, private file: File) { }