From 5ae9b76a9b8618ebe0e734532c576e6d38ba72cd Mon Sep 17 00:00:00 2001 From: Max Ivanov Date: Tue, 23 Jul 2019 10:44:14 +0300 Subject: [PATCH] docs: add ngxs to library section (#31792) PR Close #31792 --- 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 704e62948f..aa6bf72843 100644 --- a/aio/content/marketing/resources.json +++ b/aio/content/marketing/resources.json @@ -109,6 +109,12 @@ "title": "ngrx", "url": "https://ngrx.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.", + "rev": true, + "title": "NGXS", + "url": "https://ngxs.io/" + }, "ab": { "desc": "The official library for Firebase and Angular", "logo": "",