Renders the value as Observable from EnvironmentState or the path as Observable if value is undefined.

Hierarchy

  • EnvironmentValueReactivePipe

Implements

  • PipeTransform

Constructors

Methods

Constructors

Methods

  • Transforms the value as Observable from EnvironmentState or the path as Observable if value is undefined.

    Returns

    The value as Observable from EnvironmentState or the path as Observable if value is undefined.

    See

    EnvironmentQuery#get$

    Type Parameters

    • T extends null | string | number | boolean | Property[] | {
          [x: string]: Property;
      }

      The EnvironmentState property type.

    • K = T

      The expected property target type.

    Parameters

    • path: Path

      The EnvironmentState path to resolve.

    • Optional config: GetOptionsReactive<T, K>

      The options to get a property as Observable.

    Returns Observable<string | NonUndefined<T> | NonUndefined<K>>

Generated using TypeDoc