https://github.com/warapitiya/ngrx-example
Experimental ngrx example repo.
https://github.com/warapitiya/ngrx-example
angular effects entity ngrx store
Last synced: 2 months ago
JSON representation
Experimental ngrx example repo.
- Host: GitHub
- URL: https://github.com/warapitiya/ngrx-example
- Owner: warapitiya
- License: mit
- Created: 2017-11-03T06:36:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T13:22:18.000Z (over 7 years ago)
- Last Synced: 2025-02-15T11:49:49.641Z (4 months ago)
- Topics: angular, effects, entity, ngrx, store
- Language: TypeScript
- Homepage: https://warapitiya.github.io/ngrx-example/
- Size: 1.08 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngrx-example
This is an experimental ngrx example repo. This will use @ngrx/store, @ngrx/effects and hopefully @ngrx/entity.
## Getting Started
```sh
$ git clone https://github.com/warapitiya/ngrx-example.git
$ cd ngrx-example
$ yarn install
$ yarn start
```