From ef28e15884cc8061b159de4e04e5b8b9588a61bc Mon Sep 17 00:00:00 2001 From: Minko Gechev Date: Wed, 16 Sep 2020 22:18:25 +0300 Subject: [PATCH] docs: add upcoming angular conferences (#38874) PR Close #38874 --- aio/content/marketing/events.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/aio/content/marketing/events.json b/aio/content/marketing/events.json index fea4983a6c..a9bb8e86cf 100644 --- a/aio/content/marketing/events.json +++ b/aio/content/marketing/events.json @@ -1,4 +1,31 @@ [ + { + "name": "ngrome", + "location": "Online", + "linkUrl": "https://ngrome.io/", + "date": { + "start": "2020-10-20", + "end": "2020-10-20" + } + }, + { + "name": "EnterpriseNG", + "location": "Online", + "linkUrl": "https://www.ng-conf.org/", + "date": { + "start": "2020-11-19", + "end": "2020-11-20" + } + }, + { + "name": "ng-china", + "location": "Online", + "linkUrl": "https://ng-china.org/", + "date": { + "start": "2020-11-21", + "end": "2020-11-22" + } + }, { "name": "ngVikings", "location": "Oslo, Norway", @@ -206,4 +233,4 @@ "end": "2018-01-30" } } -] \ No newline at end of file +]