From 1e9484673df61623efaf297d6d2924a3180f139d Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Mon, 12 Feb 2018 14:37:41 +0100 Subject: [PATCH] docs(aio): add angular.schule to resources (#22164) adds a link to our website. many thanks for reviewing this PR Close #22164 --- aio/content/marketing/resources.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index dfe3e7e872..c11732bec9 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -652,6 +652,13 @@ "rev": true, "title": "We Are One Sàrl", "url": "https://weareone.ch/courses/angular/" + }, + "angular-schule": { + "desc": "Angular onsite training and public workshops in Germany from the authors of the German Angular book. We also regularly post articles and videos on our blog (in English and German language).", + "logo": "https://angular.schule/assets/img/brand.svg", + "rev": true, + "title": "Angular.Schule (German)", + "url": "https://angular.schule/" } } }