Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/examples
/ Input
Interface
Input
dynamic-sdui-app/src/app/magic-ai/app-context.ts:21–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
export
interface
Input {
22
type
: string;
23
description: string;
24
required?: boolean;
25
}
26
27
export
interface
AppContext {
28
appName: string;
Callers
1
DogsListCardComponent
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected