Skip to content

lists are no refreshing by emit an event by output #53

Closed
@AK2083

Description

@AK2083

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions