Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Variable

storeEffect

This is the Effect that is used to provide a store that is globally accessible to the application.

Presentation

const storeEffect: FunctionalEffect<
  (store?: Store<object>) => Observable<null>
>;