A sets of angular core modules for mobile devices(a few modules depend on Cordova plugins)
localDB
: Utilize local SQLite database on mobile devices, depends on Cordova-SQLite-Plugin(HTML5/Web SQL API)device
: Device events APIdebugHelper
: Debug helpful code tools for angularexceptionHandler
: Handle all kinds of error on the web front-end- ...
Coming soon...
In order to build this package, ensure that you have Git and Node.js installed.
Clone a copy of the repo:
git clone https://github.com/meicj/corgular-modules-core.git
Change to project directory:
cd corgular-modules-core
Install dev dependencies
npm install
We use gulp based build system. To build this packages, simply run following command from root folder
gulp
MIT(LICENSE)