ngMockStorage

Hi guys, I just released a first version of a new library for AngularJS. The idea is to have a mock in your AngularJS application, but not deployed on the back side. With this kind of mock you are able to deploy an offline sandbox version of your website. The library decorates the $http service and uses the localStorage or sessionStorage to store your data. You will find the library there : github / npm...

December 21, 2015 · 2 min · 297 words · Sylvain Cau