Webcomponent for storing json in Localstorage. ( Polymer 2.* )
[ This description is mirrored from README.md at github.com/faan11/app-localstorage-tidy on 2019-05-10 ]
<app-localstorage-tidy>
app-localstorage-tidy writes and reads using localStorage api.
<app-localstorage-tidy
key="test"
value="{{test}}"
default-value="{{defaultValue}}">
</app-localstorage-tidy>
<h2> this test was executed: {{test}} </h2>
Install
Framework Support
Polymer 2.0+
Browser Compatibility
Install with
Release notes - Version 2.0.1
Dependencies
Polymer/polymer#^2.0.0