From e76211aa32ca7d4a005a48c513698a7c45ebe80a Mon Sep 17 00:00:00 2001 From: Christoffer Noring Date: Sun, 15 Apr 2018 23:29:25 +0100 Subject: [PATCH] docs: add ngrx book to the docs (#23389) PR Close #23389 --- 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 3c4a604b9f..0fdba0faad 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -516,6 +516,13 @@ "rev": true, "title": "The Angular Guide by Wishtack (Français)", "url": "https://guide-angular.wishtack.io/" + }, + "ab5": { + "desc": "How to build Angular applications using NGRX", + "logo": "", + "rev": true, + "title": "Architecting Angular Applications with NGRX", + "url": "https://www.packtpub.com/web-development/architecting-angular-applications-redux" } } },