1.3.4 • Published 6 years ago

form-save-plugin-angular v1.3.4

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Form Save Plugin

Simple Plugin to auto save and restore Input field in Angular

Used ViewChildren to get the QueryList of elements or directives from the view DOM. Any time a child element is added, removed, or moved, the query list will be updated, and the changes observable of the query list will emit a new value.

Save directive has the method to save the value inside the view DOM Input field to a JSON.

All these fields are restored on click of a button.

1.3.4

6 years ago

1.3.3

6 years ago