Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ setShouldCopySymbolProperties
Function
setShouldCopySymbolProperties
packages/zone.js/lib/common/utils.ts:420–422 ·
view source on GitHub ↗
(flag: boolean)
Source
from the content-addressed store, hash-verified
418
let
shouldCopySymbolProperties = false;
419
420
export
function
setShouldCopySymbolProperties(flag: boolean) {
421
shouldCopySymbolProperties = flag;
422
}
423
424
export
function
patchMethod(
425
target: any,
Callers
1
patchNodeUtil
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected