ngx-form-stepper 0.0.5 → 0.0.6

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
@@ -23,6 +23,10 @@ Intended for Angular developers who want robust, typed, and maintainable forms w
23
23
  npm install ngx-form-stepper
24
24
  ```
25
25
 
26
+ Feedback and suggestions are very welcome.
27
+
28
+ Please feel free to open an issue or a discussion. Any feedback helps improve the library.
29
+
26
30
  ## Quick example
27
31
 
28
32
  ```typescript
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ngx-form-stepper",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.0",
6
6
  "@angular/core": "^20.3.0"