/angular-ngrx-test2

Created with StackBlitz ⚡️

Primary LanguageTypeScript

angular-ngrx-test2

TODO

We want to fix our counter app.

1 - display MyCounterComponent in app.component.html

2 - display in MyCounterComponent the count value from the store

3 - increment and decrement the count value with the already setup actions ⚡️.