0.0.1 • Published 7 years ago

@mbamobi/sql-storage v0.0.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
7 years ago

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)