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:
Abdellatif Ait boudad 2020-05-22 18:11:01 +00:00 committed by atscott
parent e50c7dcc4c
commit b98314e306
1 changed files with 5 additions and 0 deletions

View File

@ -97,6 +97,11 @@
"Data Libraries": {
"order": 3,
"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": {
"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",