Class AsyncPipe<T>

An asynchronous version of the Pipe helper.

Type Parameters

  • T

Hierarchy

  • AsyncPipe

Constructors

Properties

Methods

Constructors

Properties

subject: AsyncPipeResolver<T>

The current value resolver of the pipe.

Methods

  • Get the transformed value from the pipe. Allows awaiting the pipe directly.

    Returns Promise<T>

  • Get an AsyncPipe with the given value in it.

    Type Parameters

    • subjectType

    Parameters

    • subject: subjectType

    Returns AsyncPipe<subjectType>