docs: add ngxs to library section (#31792)

PR Close #31792
This commit is contained in:
Max Ivanov 2019-07-23 10:44:14 +03:00 committed by Misko Hevery
parent 82055b2fb8
commit 5ae9b76a9b
1 changed files with 6 additions and 0 deletions

View File

@ -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": "",