Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ clear
Method
clear
packages/core/src/linker/view_container_ref.ts:344–348 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
342
}
343
344
override clear(): void {
345
while
(this.length > 0) {
346
this.remove(this.length - 1);
347
}
348
}
349
350
override get(index: number): ViewRef | null {
351
const
viewRefs = getViewRefs(this._lContainer);
Callers
15
clearChanges
Method · 0.45
ngOnDestroy
Method · 0.45
ngOnDestroy
Method · 0.45
destroy
Method · 0.45
clearModulesForTest
Function · 0.45
unregisterAllApplications
Method · 0.45
queue.ts
File · 0.45
scheduleAnimationQueue
Function · 0.45
destroy
Method · 0.45
restoreComponentResolutionQueue
Function · 0.45
ngOnDestroy
Method · 0.45
phaseFn
Function · 0.45
Calls
1
remove
Method · 0.95
Tested by
no test coverage detected