an action manager to be used to bind reducer to dispatched action
type of action manage
an action manager working on 'type' action
trigger an action on the store that may then trigger reducer, the action will propagate to parent store
the action to trigger
create a view on the substate designed by the path
to the substate
a view store on 'path' substate
create a view on the store pointing of a substate extracted by the @param mapFunction function
function to extract the substate the view will be based on
mapFunction function to reinject the substate in the parent state, this is used when the substate is updated
a view store on the substate
an observable with the store state will be trigger when the state is updated
directly subscribe a reducer on an observable
the observable the reducer will subscribe
function
directly subscribe a reducer on an observable
the observable the reducer will subscribe
object
Generated using TypeDoc