Function getSubject

  • Helper to define the correct RXJS Subject based on the options (see TSubjectOptions)

    Author

    M.Karkowski

    Returns

    Type Parameters

    • T

    Parameters

    Returns Subject<T> | ReplaySubject<T> | BehaviorSubject<T>

Generated using TypeDoc