()
| 141 | } |
| 142 | |
| 143 | ngOnDestroy() { |
| 144 | for (const bucket of this.buckets.values()) { |
| 145 | this.cancelBucket(bucket); |
| 146 | } |
| 147 | this.buckets.clear(); |
| 148 | this.callbackBucket.clear(); |
| 149 | } |
| 150 | |
| 151 | /** @nocollapse */ |
| 152 | static ɵprov = /** @pureOrBreakMyCode */ /* @__PURE__ */ ɵɵdefineInjectable({ |
nothing calls this directly
no test coverage detected