From 7ea6073534fd70a9584f840c6d1d2ea16f552b76 Mon Sep 17 00:00:00 2001 From: Snehal Baghel Date: Sat, 22 Jun 2019 22:54:02 +0530 Subject: [PATCH] docs: add angular-in-depth to community curations (#31212) PR Close #31212 --- aio/content/marketing/resources.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index cc7a64905a..f58e230e6b 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -34,6 +34,12 @@ "url": "https://dev.to/t/angular", "rev": true, "title": "DEV Community" + }, + "angular-in-depth" : { + "desc": "The place where advanced Angular concepts are explained", + "url": "https://blog.angularindepth.com", + "rev": true, + "title": "Angular In Depth" } } },