UNPKG

@mbamobi/sql-storage

Version:
24 lines (18 loc) 477 B
# MbaSqlStorage Shared providers for mobile and web MM (Mobile Management System). ## Using MbaSqlStorage in an Ionic 2/Angular 2 project ```typescript 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)