NgRx Facades

  • Similar to Service w/ Subject

  • Removed NgRx implementation from components

  • Hides NgRx implementation

Key Points

  • Imports store and actions

  • Read only properties to access selector streams

  • Methods dispatch actions handled by effects

Last updated