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

Class

genkit-angular-story-generator/src/app/story.service.ts:21–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 providedIn: 'root'
20})
21export class StoryService {
22 // Used to manage app presentation state
23 hasStoryStarted = signal(false);
24 // Used to manage input the story description requests

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected