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

Class

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

Source from the content-addressed store, hash-verified

163 `]
164})
165export class ChatComponent {
166 private chatService = inject(ChatService);
167 private magicAiService = inject(MagicAiService);
168 isStreamComplete = this.magicAiService.isStreamComplete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected