Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SelectorFunctionHandler

Handles SelectorMetada by applying the selector to the provided ngrx store

Hierarchy

  • SelectorFunctionHandler

Implements

Index

Methods

Methods

handle

  • Uses the supplied selector function and passes it to the store observable storing the resultant observable value at the property the decorator is applied to.

    Parameters

    • model: ReactiveModel

      the reactive model the decorator is applied to

    • propertyName: string

      the property the decorator is applied to

    • payload: SelectorPayload

      the selector function

    Returns void

Generated using TypeDoc