ngstorage-webpack
v2.2.2
Published
Webpack version of ngStorage
Downloads
268
Readme
ngstorage-webpack
The Basics
- webpack wrapper for ngStorage
Installation
Within your webpack module include dependencies
var angular = require('angular')
ngModule = angular.module('myApp', [
require('ngstorage-webpack')
])
That's it! - You're done.
From here on in, refer to the ngStorage documenation for proper configuration/usage