Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.
## Build

Run `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).