Skip to content

meumobi/ionic-meumobi-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ionic-meumobi-util

The purpose of this package is help to share generic modules between ionic apps. In order improve efficiency and quality. Reducing dependencies, allowing developers to code just the necessary in each app.

Setup Library

$ npm install --save ionic-meumobi-utils

FilesProvider

This provides a service to manipulate files on ionic apps (mobile and web).

Native (iOS/Android)

  • Download/abort multiple files at same time;
  • Access/delete files on device app storage;

Native/Web

  • If a file is not able to download it allows to open the url (Ex: InAppBrowser for example);
    In order to see a working demo check here.

Import Modules

import { FilesProvider } from 'ionic-meumobi-utils';

@NgModule({
  declarations: [...],
  imports: [
    IonicModule.forRoot(MyApp),
  ],
  bootstrap: [IonicApp],
  entryComponents: [
    MyApp,
    HomePage
  ],
  providers: [
    FilesProvider
  ]
})
export class AppModule {}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •