ngx-iso-form 3.2.1 → 3.2.2
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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ NgxIsoForm is a library for dynamically generating Angular Reactive Forms using
|
|
|
26
26
|
- Translation support for labels, errors, and date formats
|
|
27
27
|
- 💪 Built on [Angular Reactive Forms](https://angular.dev/guide/forms/reactive-forms)
|
|
28
28
|
|
|
29
|
-
## [Live Demo](https://
|
|
29
|
+
## [Live Demo](https://swiftmx.co/#/ngx-iso-form-demo?json=pacs.009.001.10)
|
|
30
30
|
|
|
31
31
|
## [StackBlitz Demo](https://stackblitz.com/edit/ngx-iso-form)
|
|
32
32
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ngx-iso-form",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "Angular component design Reactive Form using specific JSON. The primary use of this UI library is to design ISO 20022 forms dynamically.",
|
|
5
5
|
"author": "Abhishek Joshi aka PixelByAJ",
|
|
6
6
|
"repository": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"bugs": {
|
|
11
11
|
"url": "https://github.com/pixelbyaj/ngx-form/issues"
|
|
12
12
|
},
|
|
13
|
-
"homepage": "https://
|
|
13
|
+
"homepage": "https://swiftmx.co/ngx-iso-form/",
|
|
14
14
|
"keywords": [
|
|
15
15
|
"angular",
|
|
16
16
|
"angular_v18",
|