Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/examples
/
Class
genkit-angular-starter-kit/src/app/agent.service.ts:18–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
providedIn:
'root'
17
})
18
export
class
AgentService {
19
userInput = signal(
''
);
20
21
// Only set this on the initial request
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected