| 66 | styleUrl: "./app.component.css", |
| 67 | }) |
| 68 | export class AppComponent { |
| 69 | private readonly ai = inject(AiService); |
| 70 | readonly products = inject(ProductService); |
| 71 | readonly messageHistory = signal<Message[]>([]); |
nothing calls this directly
no outgoing calls
no test coverage detected