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

Method val

src/compat/database/interfaces.ts:55–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53export interface DatabaseSnapshotExists<T> extends firebase.database.DataSnapshot {
54 exists(): true;
55 val(): T;
56 forEach(action: (a: DatabaseSnapshot<T>) => boolean): boolean;
57}
58

Callers 7

changes.spec.tsFile · 0.65
valueChangesFunction · 0.65
fromRef.spec.tsFile · 0.65
valueChangesFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected