From 4329ccae2ce659514bf786440479298502b33125 Mon Sep 17 00:00:00 2001 From: Michael Hladky Date: Thu, 15 Oct 2020 21:50:56 +0200 Subject: [PATCH] docs: add rx-angular to resources.json (#39291) PR Close #39291 --- 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 36759bafe1..10f6d0de59 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -128,6 +128,11 @@ "title": "ngrx", "url": "https://ngrx.io/" }, + "rx-angular": { + "desc": "RxAngular is a reactive library that provides extensions for developing high performant and scalable applications. It addresses the issues of local state management, rendering performance, and reactive architecture.", + "title": "rx-angular", + "url": "https://rx-angular.io" + }, "ngxs": { "desc": "NGXS is a state management pattern + library for Angular. NGXS is modeled after the CQRS pattern popularly implemented in libraries like Redux and NgRx but reduces boilerplate by using modern TypeScript features such as classes and decorators.", "title": "NGXS",