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

Class

dynamic-sdui-app/src/app/chat/chat.service.ts:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 providedIn: 'root'
16})
17export class ChatService {
18 private router = inject(Router);
19 private magicAiService = inject(MagicAiService);
20 conversationHistory = linkedSignal<string|undefined, Message[]>({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected