From fface518f1bb690aec3fa35bcb6ed3c13b6bde7b Mon Sep 17 00:00:00 2001 From: Amit Gharat Date: Fri, 13 Nov 2020 23:11:16 +0530 Subject: [PATCH] docs: add Angular + NgRx book by the asian BPB Publications (#39680) PR Close #39680 --- aio/content/marketing/resources.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/aio/content/marketing/resources.json b/aio/content/marketing/resources.json index a1bcbd87ffc..ce4fb2337bb 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -547,6 +547,11 @@ "desc": "Practical journey with Angular framework, ES6, TypeScript, webpack and Angular CLI.", "title": "Developing with Angular", "url": "https://leanpub.com/developing-with-angular" + }, + "reactive-state-for-angular-with-ngrx": { + "desc": "Learn how to build a Reactive Application with Ngrx and Angular", + "title": "Reactive State for Angular with NgRx", + "url": "https://bpbonline.com/products/reactive-state-for-angular-with-ngrx" } } },