@absolutejs/absolute 0.19.0-beta.420 → 0.19.0-beta.421
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
CHANGED
|
@@ -9705,6 +9705,9 @@ __legacyDecorateClassTS([
|
|
|
9705
9705
|
DeferSlotComponent = __legacyDecorateClassTS([
|
|
9706
9706
|
Component2({
|
|
9707
9707
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
9708
|
+
host: {
|
|
9709
|
+
ngSkipHydration: "true"
|
|
9710
|
+
},
|
|
9708
9711
|
selector: "abs-defer-slot",
|
|
9709
9712
|
standalone: true,
|
|
9710
9713
|
imports: [
|
|
@@ -9990,5 +9993,5 @@ export {
|
|
|
9990
9993
|
DeferErrorTemplateDirective
|
|
9991
9994
|
};
|
|
9992
9995
|
|
|
9993
|
-
//# debugId=
|
|
9996
|
+
//# debugId=945522CF89C3B60C64756E2164756E21
|
|
9994
9997
|
//# sourceMappingURL=browser.js.map
|