Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nartc/todomvc-ngrx-slice
TodoMVC with NgRX and NgRX Slice
https://github.com/nartc/todomvc-ngrx-slice
Last synced: 13 days ago
JSON representation
TodoMVC with NgRX and NgRX Slice
- Host: GitHub
- URL: https://github.com/nartc/todomvc-ngrx-slice
- Owner: nartc
- Created: 2021-07-20T14:49:33.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-27T04:14:59.000Z (about 2 years ago)
- Last Synced: 2024-10-12T20:25:18.480Z (27 days ago)
- Language: TypeScript
- Size: 619 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoMVC with NgRx Slice
`ngrx-slice` is a library that helps you to write NgRx code in a more concise way, following Redux Toolkit's philosophy.
Check `todo/store/slice.ts` for implementation of the `TodoFeature`
## Standalone API
This repo uses Standalone API from Angular as well as NgRx.