MCPcopy 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

removeMethod · 0.95
callbackMethod · 0.95
scheduleTimerMethod · 0.95
ngOnDestroyMethod · 0.95

Calls 1

clearTimeoutFunction · 0.85

Tested by

no test coverage detected