I would like to use localSession and localStorage from https://github.com/gsklee/ngStorage
I try with this in main.js
import ngStorage from 'ngstorage';
angular.module('app', [
angularMeteor,
ngComponentRouter,
translate,
ngStorage
]
Got this error message:
modules.js:4899 Uncaught Error: [$injector:modulerr] Failed to instantiate module app due to:
Error: [$injector:modulerr] Failed to instantiate module {} due to:
Error: [ng:areq] Argument ‘module’ is not a function, got Object
http://errors.angularjs.org/1.5.6/ng/areq?p0=module&p1=not%20a%20function%2C%20got%20Object