Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ isPlatformServer
Function
isPlatformServer
packages/common/src/platform_id.ts:24–26 ·
view source on GitHub ↗
(platformId: Object)
Source
from the content-addressed store, hash-verified
22
* @publicApi
23
*/
24
export
function
isPlatformServer(platformId: Object): boolean {
25
return
platformId === PLATFORM_SERVER_ID;
26
}
Callers
14
integration_spec.ts
File · 0.90
constructor
Method · 0.90
SimpleComponent
Class · 0.90
constructor
Method · 0.90
SimpleComponent
Class · 0.90
DynamicComponent
Class · 0.90
ProjectorCmp
Class · 0.90
CmpA
Class · 0.90
ngOnInit
Method · 0.90
ngOnInit
Method · 0.90
ngOnInit
Method · 0.90
ProgressBarComponent
Class · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…