You can visit to the Facade Demo App.
In my personal experience, the
façade
pattern assumes the relationship between the component and the store and reduces the code density in both the component and the store. Also, as in the code, reducing data binding to the template improves the readability of the template.
- Thomas Burleson NgRx + Facades: Better State Management.
- Ivanov Max NGXS Facade.