Options
All
  • Public
  • Public/Protected
  • All
Menu

rx-debugger

Index

Functions

rxDebugger

  • rxDebugger<T>(source: Observable<T>, config?: Config): Observable<T>
  • Patches source observable in order to debug pipes. Please note that no new observable is created, this function returns original instance patched. If no config object is provided, the result will be written in console using a table.

    Type parameters

    • T

    Parameters

    • source: Observable<T>

      observable to patch.

    • Optional config: Config

      optional config object.

    Returns Observable<T>

Generated using TypeDoc