MCPcopy Index your code
hub / github.com/angular/angularfire / constructor

Method constructor

src/database/database.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21export class DatabaseInstances {
22 constructor() {
23 return ɵgetAllInstancesOf<FirebaseDatabase>(DATABASE_PROVIDER_NAME);
24 }
25}
26
27export const databaseInstance$ = timer(0, 300).pipe(

Callers

nothing calls this directly

Calls 1

ɵgetAllInstancesOfFunction · 0.85

Tested by

no test coverage detected