Closed
Description
I wrote an app with angular 7 and @angular-redux/store 9.
This app has two lists which contains hero objects. Each object has a boolean marker. The first list shows objects as 'true' marked. The other list shows objects with 'false' marked. If I press an hero object (marked as false) on the first list, the objects was marked as true, removed from the first list and showed on the second list.
I realize this with using a store, which change the flag. The first component receives the list (by select) and give it further to two list components by Input(). The click event used the Output-Parameter.
My Problem: No changes are visible.
[Stackblitz - Example][1]
[1]: https://stackblitz.com/edit/angular-twolists
Metadata
Metadata
Assignees
Labels
No labels