- Notifications
You must be signed in to change notification settings - Fork99
angular-redux/example-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Please note that this repo has been deprecated. Code and issues are being migrated to a monorepo athttps://github.com/angular-redux/platform where we are beginning work on a new and improved v10. To file any new issues or see the state of the current code base, we would love to see you there! Thanks for your support!
This is a sample project showing how the following packages work together to make a simpleapplication.
- redux Predictable state container for Javascript.
- redux-observable Side-effect handling with Observables
- @angular-redux/store Redux + Angular bindings
- @angular-redux/router Time travel with the Angular router
- @angular-redux/form Time travel with Angular forms
- Redux DevTools Chrome Extension
This project was generated withAngular CLI version 1.0.0-rc.0.
Runng serve for a dev server. Navigate tohttp://localhost:4200/. The app will automatically reload if you change any of the source files.
Runng generate component component-name to generate a new component. You can also useng generate directive/pipe/service/class/module.
Runng build to build the project. The build artifacts will be stored in thedist/ directory. Use the-prod flag for a production build.
Runng test to execute the unit tests viaKarma.
Runng e2e to execute the end-to-end tests viaProtractor.Before running the tests make sure you are serving the app viang serve.
To get more help on the Angular CLI useng help or go check out theAngular CLI README.
About
Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors6
Uh oh!
There was an error while loading.Please reload this page.