Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lacolaco/angular-todomvc
https://github.com/lacolaco/angular-todomvc
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lacolaco/angular-todomvc
- Owner: lacolaco
- Created: 2019-04-04T15:38:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-24T17:36:00.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T15:39:55.575Z (about 1 month ago)
- Language: TypeScript
- Size: 719 KB
- Stars: 15
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular TodoMVC
## Architecture
### Dependency Graph
![dependency-graph](./docs/dependency-graph.png)
### Data Flow
![data-flow](./docs/data-flow.png)
## Example
- [Simple RxJS Store](./projects/todomvc-simple)
- [NgRx Store](./projects/todomvc-ngrx)