How to use @ionic-native/file - 1 common examples

To help you get started, we’ve selected a few @ionic-native/file examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github growu / drip-ionic3 / src / providers / AppProvider.ts View on Github external
export function FileFactory():any {
    return (window.hasOwnProperty('cordova')) ? new File() : new FileMock();
};

@ionic-native/file

Ionic Native - Native plugins for ionic apps

MIT
Latest version published 3 years ago

Package Health Score

75 / 100
Full package analysis

Popular @ionic-native/file functions

Similar packages