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:
Ibrahim Hadeed 2016-08-11 07:21:02 -04:00 committed by GitHub
parent 43e8a6d3d2
commit 6ed32efe27
2 changed files with 790 additions and 419 deletions

View File

@ -93,7 +93,11 @@ export * from './plugins/datepicker';
export * from './plugins/device'; export * from './plugins/device';
export * from './plugins/devicemotion'; export * from './plugins/devicemotion';
export * from './plugins/deviceorientation'; export * from './plugins/deviceorientation';
<<<<<<< HEAD
export * from './plugins/file';
=======
export * from './plugins/facebook'; export * from './plugins/facebook';
>>>>>>> master
export * from './plugins/filetransfer'; export * from './plugins/filetransfer';
export * from './plugins/geolocation'; export * from './plugins/geolocation';
export * from './plugins/googlemaps'; export * from './plugins/googlemaps';
@ -137,7 +141,11 @@ export {
Dialogs, Dialogs,
Diagnostic, Diagnostic,
EmailComposer, EmailComposer,
<<<<<<< HEAD
Facebook,
=======
File, File,
>>>>>>> master
Flashlight, Flashlight,
Globalization, Globalization,
GooglePlus, GooglePlus,

File diff suppressed because it is too large Load Diff