example-app icon indicating copy to clipboard operation
example-app copied to clipboard

Example using @angular-redux/store, @angular-redux/router, and @angular-redux/form together with the Angular CLI

Results 11 example-app issues
Sort by recently updated
recently updated
newest added

With API urls updated to https application can be launched on environments like stackblitz or github pages: https://stackblitz.com/github/angular-redux/example-app Otherwise it throws mixed content error: ``` Mixed Content: The page at...

Thanks for providing such great example. I have come from AngularJS background and I am trying to learn Redux. I can see that the form data is lost when the...

Error in combinereducers . Argument of t type '{}' is not assignable to parameter of type 'IAppState'.

hi i get this error: ERROR in NgReduxFormModule is not an NgModule Your global Angular CLI version (1.2.3) is greater than your local version (1.0.1). The local Angular CLI version...

I always appreciate when people provide working examples, and I can see you've put significant time into this. However, I feel compelled to say that if this example application illustrates...

Hi, Thank you for a great example app! I am having trouble getting Epics to work with the actions dispatched from the DevToolsExtension. I cant get it to work either...

First off, thanks to the maintainers of this example for everything you've done. You've saved me a lot of time in my AngularJS+`ng-redux` to Angular+`angular-redux/store`+TypeScript upgrade! I'm curious as to...

## Page.ts > frm: FormGroup; > constructor(private fb: FormBuilder) { } > ngOnInit() { > this.frm = this.fb.group({ > email: ['', Validators.required], > }); > } ## Page.html > <form...

The code is already organized into a lions module and an elephants module. In a larger app, we'd want to code split these such that needed code is only loaded...

help wanted