@ngx-json-forms/primeng 1.1.0 → 1.1.1
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 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,6 +6,7 @@ validated, reactive, multi-field PrimeNG form — no template markup
|
|
|
6
6
|
needed.
|
|
7
7
|
|
|
8
8
|
**Live demo:** https://raghav-pal-dev.github.io/ngx-json-forms/
|
|
9
|
+
**Try it live (StackBlitz):** [](https://stackblitz.com/github/Raghav-Pal-dev/ngx-json-forms/tree/main/stackblitz?file=src/app/tests/simple.ts) — fork a ready-made Angular 21 starter with all 6 form scenarios, edit any field def, see the form re-render instantly.
|
|
9
10
|
**Source:** https://github.com/Raghav-Pal-dev/ngx-json-forms
|
|
10
11
|
|
|
11
12
|
## Install
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ngx-json-forms/primeng",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "PrimeNG adapter for ngx-json-forms — renders JSON-defined forms using PrimeNG components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@angular/common": ">=19.0.0",
|
|
23
23
|
"@angular/core": ">=19.0.0",
|
|
24
24
|
"@angular/forms": ">=19.0.0",
|
|
25
|
-
"@ngx-json-forms/core": "^1.1.
|
|
25
|
+
"@ngx-json-forms/core": "^1.1.1",
|
|
26
26
|
"primeng": ">=19.0.0",
|
|
27
27
|
"rxjs": "~7.8.0"
|
|
28
28
|
},
|