Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "sources/repeat"

Index

Functions

Functions

repeat

  • Creates an observable that forever emits the same value.

    Type parameters

    • T

      Type of the emitted value.

    Parameters

    • v: T

    Returns Observable<T>

    New observable that emits the same value multiple times.

Generated using TypeDoc