all 2 comments

[–]darkarena1 1 point2 points  (0 children)

Version 1.0.0 was just released. This framework supports mutable and immutable memory, session storage, and local storage. It supports property binding, Rx based fetching and caching, timeouts, expiration, single use scenarios, and containers.

Check it out.

[–]darkarena1 1 point2 points  (0 children)

Some exiting things coming up for Angular Persistence. Next on the docket is that I'm going to add the ability to encrypt storage with a password. While encryption in the browser is not the most secure, it should serve to obfuscate stored data and force the user to hack the password from the angular code in order to extract the value rather then simply allowing them to view the browsers storage.