> For the complete documentation index, see [llms.txt](https://mlwxx.gitbook.io/ngxs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mlwxx.gitbook.io/ngxs/master.md).

# 介绍

### 这个文档翻译自 [ngxs on github](https://github.com/ngxs/store/tree/master/docs)

这个只是一个文档翻译，保存在 [Github](https://github.com/mlwxxx/ngxs)

![](/files/-MCodVrHPWWWfv6a_M0L)\
NGXS是Angular的状态管理模式+库

[![](https://now-examples-slackin-eqzjxuxoem.now.sh/badge.svg)](https://now-examples-slackin-eqzjxuxoem.now.sh/) [![](https://badge.fury.io/js/%40ngxs%2Fstore.svg)](https://badge.fury.io/js/%40ngxs%2Fstore) [![](https://api.codeclimate.com/v1/badges/5b43106a1ddff7d76a04/maintainability)](https://codeclimate.com/github/ngxs/store/maintainability) [![](https://api.codeclimate.com/v1/badges/5b43106a1ddff7d76a04/test_coverage)](https://codeclimate.com/github/ngxs/store/test_coverage) [![](https://circleci.com/gh/ngxs/store/tree/master.svg?style=svg)](https://circleci.com/gh/ngxs/store)

## ❓ NGXS是什么?

NGXS是Angular的状态管理模式+库。 它是应用程序状态的唯一真实来源，为可预测的状态突变提供简单的规则。

NGXS是以Redux和NgRx等库中普遍实施的CQRS模式为蓝本的，但是通过使用现代的TypeScript功能（例如类和装饰器）减少了样板。

## 🌱 NGXS是否与Ivy一起使用?

是的,不公可以,而且非常简便. 查看 [NGXS Ivy 迁移指南](https://ngxs.io/advanced/ivy-migration-guide) 获取更多详细内容.

## 👋 NGXS 新功能?

如果您刚刚开始使用NGXS, 建议您转到 [概念](https://github.com/mlwxxx/ngxs/tree/017615324fa76b722b62956bae878d597d285bc0/gai-nian/intro.md) 然后探索丰富的示例生态系统 [社区资源](/ngxs/community/projects.md) 页面。

## ❓ 需要帮助?

如有疑问，可以在Stack Overflow上提问，记得带上"ngxs"标签： <https://stackoverflow.com/questions/ask?tags=ngxs>

要与其他用户和贡献者聊天，请在Slack上加入我们: <https://now-examples-slackin-eqzjxuxoem.now.sh/>

如果您认为该库中存在错误，你可以在GitHub上打开issue(<https://github.com/ngxs/store/issues/new>). 如果可能，转向 <http://stackblitz.com> (or github) repo一个repro 或者failing test就更好了 .

## ❤️ 回馈

成为一个[贡献者](/ngxs/community/contributors.md) 或者一个 [赞助者](/ngxs/community/sponsors.md).
