mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
feat(file): alternate file implementation (#283)
* alternate file implementation * SocialSharing: Add recommended `shareWithOptions` method * Revert "SocialSharing: Add recommended `shareWithOptions` method" * refactor(file): tslint & remove window declaration * export all from file * remove the cordova export and declaration
This commit is contained in:
parent
43e8a6d3d2
commit
6ed32efe27
@ -93,7 +93,11 @@ export * from './plugins/datepicker';
|
||||
export * from './plugins/device';
|
||||
export * from './plugins/devicemotion';
|
||||
export * from './plugins/deviceorientation';
|
||||
<<<<<<< HEAD
|
||||
export * from './plugins/file';
|
||||
=======
|
||||
export * from './plugins/facebook';
|
||||
>>>>>>> master
|
||||
export * from './plugins/filetransfer';
|
||||
export * from './plugins/geolocation';
|
||||
export * from './plugins/googlemaps';
|
||||
@ -137,7 +141,11 @@ export {
|
||||
Dialogs,
|
||||
Diagnostic,
|
||||
EmailComposer,
|
||||
<<<<<<< HEAD
|
||||
Facebook,
|
||||
=======
|
||||
File,
|
||||
>>>>>>> master
|
||||
Flashlight,
|
||||
Globalization,
|
||||
GooglePlus,
|
||||
|
1201
src/plugins/file.ts
1201
src/plugins/file.ts
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user