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
- Host: GitHub
- URL: https://github.com/hijiangtao/ngrx-store-example
- Owner: hijiangtao
- Created: 2020-05-08T06:43:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T17:57:56.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T15:09:40.634Z (9 months ago)
- Language: TypeScript
- Homepage: https://hijiangtao.github.io/ngrx-store-example/
- Size: 4.98 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
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/)