Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ clearTimeout
Method
clearTimeout
packages/core/src/defer/timer_scheduler.ts:211–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
209
}
210
211
private clearTimeout() {
212
if
(this.timeoutId !== null) {
213
clearTimeout(this.timeoutId);
214
this.timeoutId = null;
215
}
216
}
217
218
ngOnDestroy() {
219
this.clearTimeout();
Callers
4
remove
Method · 0.95
callback
Method · 0.95
scheduleTimer
Method · 0.95
ngOnDestroy
Method · 0.95
Calls
1
clearTimeout
Function · 0.85
Tested by
no test coverage detected