Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hggeorgiev/ngx-redux-ui-management-recipes
Recipes for managing the UI layout of an application using Redux in Angular
https://github.com/hggeorgiev/ngx-redux-ui-management-recipes
angular-cli angular2 angular4 ngrx ngrx-store redux
Last synced: about 2 months ago
JSON representation
Recipes for managing the UI layout of an application using Redux in Angular
- Host: GitHub
- URL: https://github.com/hggeorgiev/ngx-redux-ui-management-recipes
- Owner: hggeorgiev
- License: mit
- Created: 2017-03-03T21:19:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:55:47.000Z (about 2 years ago)
- Last Synced: 2023-04-26T23:06:08.888Z (over 1 year ago)
- Topics: angular-cli, angular2, angular4, ngrx, ngrx-store, redux
- Language: TypeScript
- Homepage:
- Size: 384 KB
- Stars: 39
- Watchers: 5
- Forks: 21
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recipes for managing application UI layout using Angular with Redux
Become the master of your application's UI state. This repo contains samples of how you can control the UI of your Angular application through Redux.### [Read the guide here](https://www.pluralsight.com/guides/front-end-javascript/ui-state-management-with-redux-in-angular-4) to get started
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## BuildRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).