MCPcopy Index your code
hub / github.com/firebase/firebaseui-web / RouteConfig

Interface RouteConfig

examples/angular/src/app/routes.ts:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17import type { Type } from "@angular/core";
18
19export interface RouteConfig {
20 name: string;
21 description: string;
22 path: string;
23 loadComponent: () => Promise<{ default: Type<unknown> } | Type<unknown>>;
24}
25
26export const routes: RouteConfig[] = [
27 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected