ngx-form-draft 2.2.3 → 2.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -26,6 +26,10 @@ Zero-dependency Angular form draft auto-save and restore. Works with Angular 14-
26
26
  npm install ngx-form-draft
27
27
  ```
28
28
 
29
+ ## Demo
30
+
31
+ **Live demo:** https://neokyuubi.github.io/ngx-form-draft/
32
+
29
33
  ## Setup
30
34
 
31
35
  ### 1. Import the module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-form-draft",
3
- "version": "2.2.3",
3
+ "version": "2.2.5",
4
4
  "description": "Auto-save and restore Angular form drafts with zero dependencies",
5
5
  "author": "Neokyuubi",
6
6
  "publishConfig": {