Function completeWith

  • Returns an RxJS operator that makes the source Observable complete at the same time as the lifetime Observable.

    Type Parameters

    • T

    Parameters

    • lifetime: Observable<any>

      the lifetime observable

    Returns OperatorFunction<T, T>

    a function that transforms the source Observable

Generated using TypeDoc