From 2030846df76db49b2ebeb6c14559932042c32378 Mon Sep 17 00:00:00 2001 From: Johannes Hoppe Date: Mon, 12 Feb 2018 14:48:00 +0100 Subject: [PATCH] docs(aio): add angular-buch to resources (#22163) adds a link to the website of our book. many thanks for reviewing this PR Close #22163 --- 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 5c57a22eab..3a3e80e128 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -444,6 +444,13 @@ "rev": true, "title": "Essential Angular", "url": "https://gumroad.com/l/essential_angular" + }, + "angular-buch": { + "desc": "The first German book about Angular 4+. Amazon Bestseller of 2017. Available in printed and electronic format (Kindle, PDF, ePub and Mobi). All sources are available on GitHub.", + "logo": "https://angular-buch.com/assets/img/brand.svg", + "rev": true, + "title": "Angular-Buch (German)", + "url": "https://angular-buch.com/" } } },