@ethlete/core 1.4.0 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -228,6 +228,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.4", ngImpor
|
|
|
228
228
|
args: [{ providedIn: 'root' }]
|
|
229
229
|
}], ctorParameters: function () { return [{ type: MutationObserverFactory }]; } });
|
|
230
230
|
|
|
231
|
+
/**
|
|
232
|
+
* @deprecated Will be replaced with the upcoming Angular 16 `DestroyRef` feature.
|
|
233
|
+
*/
|
|
234
|
+
// TODO: Replace with Angular 16 `DestroyRef` feature when available.
|
|
231
235
|
class DestroyService {
|
|
232
236
|
constructor() {
|
|
233
237
|
this._destroy$ = new Subject();
|