An Angular library that automatically saves form values to localStorage for both template-driven and reactive forms.
NgxAutosaveForm is an Angular library that provides automatic persistence of form data to the browser's localStorage. It prevents data loss by saving user input as they type, making it ideal for long forms, multi-step processes, or any scenario where accidental page refreshes or navigation could erase progress.
ngxAutosaveForm directive.ngxAutosaveReactiveForm directive.save(), read(), and clear() methods for programmatic data management.id attribute to uniquely key stored data in localStorage.It aims to simplify form state persistence in Angular applications with a minimal, declarative API that integrates seamlessly into existing form workflows.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.