From b98314e3063b9a431b0fea31c5ecbef6599b7ce2 Mon Sep 17 00:00:00 2001 From: Abdellatif Ait boudad Date: Fri, 22 May 2020 18:11:01 +0000 Subject: [PATCH] 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 --- aio/content/marketing/resources.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index 8a54ba56b1..e8e72a5ba4 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -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",