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.
- package/README.md +4 -0
- 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
|