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

Interface FirebaseAppWithContainer

src/core.ts:13–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12// TODO is there a better way to get at the internal types?
13interface FirebaseAppWithContainer extends FirebaseApp {
14 container: ComponentContainer;
15}
16
17export function ɵgetDefaultInstanceOf<T= unknown>(identifier: string, provided: T[]|undefined, defaultApp: FirebaseApp): T|undefined {
18 if (provided) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected