@absolutejs/absolute 0.19.0-beta.418 → 0.19.0-beta.419
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.
- package/dist/angular/browser.js +1 -6
- package/dist/angular/browser.js.map +3 -3
- package/dist/angular/components/defer-slot.component.js +0 -5
- package/dist/angular/index.js +2 -7
- package/dist/angular/index.js.map +3 -3
- package/dist/angular/server.js +2 -2
- package/dist/angular/server.js.map +1 -1
- package/dist/build.js +2 -2
- package/dist/build.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/angular/browser.js
CHANGED
|
@@ -9642,11 +9642,6 @@ class DeferSlotComponent {
|
|
|
9642
9642
|
this.applyPatchPayload(payload);
|
|
9643
9643
|
return true;
|
|
9644
9644
|
};
|
|
9645
|
-
const pendingPayload = window.__ABS_SLOT_PENDING__?.[id];
|
|
9646
|
-
if (pendingPayload !== undefined) {
|
|
9647
|
-
this.applyPatchPayload(pendingPayload);
|
|
9648
|
-
delete window.__ABS_SLOT_PENDING__?.[id];
|
|
9649
|
-
}
|
|
9650
9645
|
}
|
|
9651
9646
|
ngOnDestroy() {
|
|
9652
9647
|
if (typeof window === "undefined")
|
|
@@ -9983,5 +9978,5 @@ export {
|
|
|
9983
9978
|
DeferErrorTemplateDirective
|
|
9984
9979
|
};
|
|
9985
9980
|
|
|
9986
|
-
//# debugId=
|
|
9981
|
+
//# debugId=D3FAFB669079648664756E2164756E21
|
|
9987
9982
|
//# sourceMappingURL=browser.js.map
|