@mbamobi/sql-storage
v0.0.1
Published
Sql Storage Provider
Downloads
6
Readme
MbaSqlStorage
Shared providers for mobile and web MM (Mobile Management System).
Using MbaSqlStorage in an Ionic 2/Angular 2 project
import { NgModule } from '@angular/core';
import { MbaSqlStorage } from '@mbamobi/mba-sql-storage';
@NgModule({
declarations: [
...
],
imports: [
...
SqlStorageModule.initialize()
],
...
})
Contributing
See [CONTRIBUTING](https://github.com/mbamobi/sql-storage/blob/master/.github/CONTRIBUTING.md)