From cfaf425314358e15b009d103c87197b49402cb6e Mon Sep 17 00:00:00 2001 From: stefanos- Date: Wed, 10 Mar 2021 19:47:02 +0100 Subject: [PATCH] docs: add book about testing to resources (#41159) PR Close #41159 --- 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 b66c1cda78..6cf554ecdd 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -564,6 +564,12 @@ "desc": "Comprehensive learning resource on building Angular apps with NgRx", "url": "https://gumroad.com/l/angular-ngrx-book", "logo": "" + }, + "testing-angular-guide": { + "title": "Testing Angular", + "desc": "A Guide to Robust Angular Applications (free online book and e-book)", + "url": "https://molily.de/testing-angular", + "logo": "" } } },