Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CreationOperatorHandler

Handles CreationOperator Metadata by applying the associated rxjs creation operator to the provided observable(s)

Hierarchy

  • CreationOperatorHandler

Implements

Index

Methods

Methods

handle

  • Retrieves all observables properties and applies the rxjs creation operator to them. The property the decorator applied to can be undefined or be an observable itself. If it is an observable it will be included in the operator.

    Parameters

    • model: ReactiveModel

      the reactive model the decorator was applied to

    • propertyName: string

      the property the decorator was applied to

    • payload: CreationOperatorPayload

      the decorator payload

    Returns void

Generated using TypeDoc