An open API service indexing awesome lists of open source software.

https://github.com/hijiangtao/ngrx-store-example

Example code for @ngrx/store v9
https://github.com/hijiangtao/ngrx-store-example

Last synced: 7 months ago
JSON representation

Example code for @ngrx/store v9

Awesome Lists containing this project

README

          

# NgrxStoreExample

《[Angular 状态管理方案调研](https://hijiangtao.github.io/2020/05/08/Angular-State-Management-Invest-Report/)》一文中介绍了关于在 Angular 项目中引入状态管理方案的一些调研内容。

调研方向主要围绕 ngrx 和 ngxs 两个方案展开。本项目演示了在一个 Angular 项目中如何引入 `@ngrx/store` 进行状态管理。

- [Demo](https://hijiangtao.github.io/ngrx-store-example/)
- [博客](https://hijiangtao.github.io/2020/05/08/Angular-State-Management-Invest-Report/)