Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/examples
/
Class
dynamic-sdui-app/src/app/base-components/base.component.ts:105–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
103
changeDetection: ChangeDetectionStrategy.OnPush,
104
})
105
export
class
Base {
106
appName = APP_CONTEXT.appName;
107
theme = APP_CONTEXT.theme;
108
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected