docs: add Formly library to the list of resources (#37257)
This commit adds the Formly library to the Angular list of resources at aio/content/marketing/resources.json. PR Close #37257
This commit is contained in:
parent
e50c7dcc4c
commit
b98314e306
|
@ -97,6 +97,11 @@
|
||||||
"Data Libraries": {
|
"Data Libraries": {
|
||||||
"order": 3,
|
"order": 3,
|
||||||
"resources": {
|
"resources": {
|
||||||
|
"formly": {
|
||||||
|
"desc": "Formly is a dynamic (JSON powered) form library, built on top of Angular Reactive Forms.",
|
||||||
|
"title": "Formly",
|
||||||
|
"url": "https://formly.dev"
|
||||||
|
},
|
||||||
"rx-web": {
|
"rx-web": {
|
||||||
"desc": "RxWeb Reactive Form Validators provides all types of complex, conditional, cross field, and dynamic validation on validator-based reactive forms, model-based reactive forms, and template driven forms.",
|
"desc": "RxWeb Reactive Form Validators provides all types of complex, conditional, cross field, and dynamic validation on validator-based reactive forms, model-based reactive forms, and template driven forms.",
|
||||||
"title": "RxWeb Reactive Form Validators",
|
"title": "RxWeb Reactive Form Validators",
|
||||||
|
|
Loading…
Reference in New Issue