MCPcopy Index your code
hub / github.com/TanStack/ai / HostComponent

Class HostComponent

packages/ai-angular/tests/test-utils.ts:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 destroy: () => void
43} {
44 @Component({ standalone: true, template: '' })
45 class HostComponent {
46 chat = injectChat(options as any)
47 }
48
49 const fixture = TestBed.createComponent(HostComponent)
50 fixture.detectChanges()

Callers

nothing calls this directly

Calls 1

injectChatFunction · 0.90

Tested by

no test coverage detected