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

Class

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

Source from the content-addressed store, hash-verified

23 providedIn: "root",
24})
25export class AiService {
26 private readonly model: GenerativeModel;
27 private readonly products: ProductService = inject(ProductService);
28 private readonly chat: ChatSession;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected