DEV Community

Discussion on: Redux with Observable Stores in Angular

Collapse
 
steveblue profile image
Stephen Belovarich

In this simple expression of an Observable store you can do something like this in a template.

{{ (store.state$ | async).chunk }}