• Cache the last value of the observable Will stay alive without subscribers for the duration specified

    Type Parameters

    • T

    Parameters

    • duration: number = 1000

      Keep alive duration is ms

    Returns MonoTypeOperatorFunction<T>