MCPcopy
hub / github.com/angular/angularfire / valueChanges

Method valueChanges

src/compat/database/interfaces.ts:8–8  ·  view source on GitHub ↗
(events?: ChildEvent[], options?: unknown)

Source from the content-addressed store, hash-verified

6export interface AngularFireList<T> {
7 query: DatabaseQuery;
8 valueChanges(events?: ChildEvent[], options?: unknown): Observable<T[]>;
9 valueChanges<K extends string>(events?: ChildEvent[], options?: {idField: K}): Observable<(T & {[T in K]?: string})[]>;
10 snapshotChanges(events?: ChildEvent[]): Observable<SnapshotAction<T>[]>;
11 stateChanges(events?: ChildEvent[]): Observable<SnapshotAction<T>>;

Callers 3

collection.spec.tsFile · 0.65
document.spec.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected