MCPcopy Create free account
hub / github.com/angular/examples /

Class

firebase-ai-logic-angular-example/src/app/app.component.ts:68–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 styleUrl: "./app.component.css",
67})
68export class AppComponent {
69 private readonly ai = inject(AiService);
70 readonly products = inject(ProductService);
71 readonly messageHistory = signal<Message[]>([]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected