Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ constructor
Method
constructor
packages/platform-server/test/integration_spec.ts:447–449 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
445
state = coreInject(TransferState);
446
447
constructor() {
448
this.state.set(makeStateKey<string>(
'some-key'
),
'some-value'
);
449
}
450
}
451
452
return
MyStylesApp;
Callers
nothing calls this directly
Calls
2
makeStateKey
Function · 0.90
set
Method · 0.65
Tested by
no test coverage detected