Type Parameters

  • T

Hierarchy

Implemented by

Properties

Methods

Properties

destroyed: boolean

Methods

  • Get the stored document.

    Returns

    • When have some document stored: emits once and completes.
    • When no document is stored or the store is destroyed: completes without emitting.

    Returns Observable<T>

  • Store the document. Should never throw.

    Returns

    Emits undefined and completes. Completes without emitting if the store is destroyed.

    Parameters

    • doc: T

    Returns Observable<void>

Generated using TypeDoc