Type Parameters

  • K

  • V

Hierarchy

Implements

Constructors

Properties

#updates$: Subject<storage.KeyValueCollection<K, V>[]> = ...
destroyed: boolean = false
docs: storage.KeyValueCollection<K, V>[] = []
observeAll: (() => Observable<storage.KeyValueCollection<K, V>[]>)

Type declaration

    • (): Observable<storage.KeyValueCollection<K, V>[]>
    • Similar to getAll, but does not complete. Instead, emits every time the collection is updated (via this store object). Emits empty array when no documents are stored.

      Returns Observable<storage.KeyValueCollection<K, V>[]>

Methods

Generated using TypeDoc