From 0568c7387fbd77ef7baa77df6d413a1fc1d44496 Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Tue, 19 Jan 2021 02:14:35 +0200 Subject: [PATCH] docs: add Angular Builders to community resources (#40475) PR Close #40475 --- 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 547523558e..8f94c7dc5c 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -39,6 +39,11 @@ "desc": "Angular Nation is a free private network created for Angular developers to network, collaborate, and ask questions.", "url": "https://www.angularnation.net/", "title": "Angular Nation" + }, + "angular-builders": { + "desc": "A collection of Angular builders for your Angular projects", + "url": "https://angular-builders.dev/", + "title": "Angular Builders" } } },