🗃️ Installation
2 items
📄️ Manage Drafts Programmatically
Use FormPersistenceService to control when drafts are loaded, deleted, or inspected. This guide shows common recipes you can drop into your reactive forms.
📄️ Replace the Storage Backend
The default implementation stores drafts in localStorage. Implement the FormCacheStorage interface to persist data elsewhere (for example sessionStorage or a remote API).