MCPcopy Create free account
hub / github.com/TanStack/ai /

Class

packages/ai-angular/tests/inject-generation.test.ts:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25function renderInjectGeneration(options: any) {
26 @Component({ standalone: true, template: '' })
27 class Host {
28 gen = injectGeneration(options)
29 }
30 const fixture = TestBed.createComponent(Host)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected