https://github.com/cemutku/angular-ngrx-example
angular-ngrx-example
https://github.com/cemutku/angular-ngrx-example
ngrx ngrx-effects ngrx-example ngrx-router-store ngrx-store ngrx-store-devtools
Last synced: 6 months ago
JSON representation
angular-ngrx-example
- Host: GitHub
- URL: https://github.com/cemutku/angular-ngrx-example
- Owner: cemutku
- Created: 2020-04-12T20:03:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T02:53:36.000Z (about 2 years ago)
- Last Synced: 2025-02-14T23:51:30.484Z (8 months ago)
- Topics: ngrx, ngrx-effects, ngrx-example, ngrx-router-store, ngrx-store, ngrx-store-devtools
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular NgRx Example
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 9.0.7.
This project contains examples of using the NgRx library.
- State management (Redux pattern)
- Side effects
- Presentational and Container components
- Basic example of router store## Development server
Run `npm install` to get node_modules and run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
There is a fake API created with `json-server` under `http://localhost:3000/` check `/posts` for json data (db.json). It will be started with the same command as angular app (`npm start`)