@absolutejs/absolute 0.19.0-beta.410 → 0.19.0-beta.411
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
|
@@ -9629,6 +9629,9 @@ __legacyDecorateClassTS([
|
|
|
9629
9629
|
], StreamSlotComponent.prototype, "timeoutMs", undefined);
|
|
9630
9630
|
StreamSlotComponent = __legacyDecorateClassTS([
|
|
9631
9631
|
Component2({
|
|
9632
|
+
host: {
|
|
9633
|
+
ngSkipHydration: "true"
|
|
9634
|
+
},
|
|
9632
9635
|
selector: "abs-stream-slot",
|
|
9633
9636
|
standalone: true,
|
|
9634
9637
|
template: `
|
|
@@ -9636,7 +9639,6 @@ StreamSlotComponent = __legacyDecorateClassTS([
|
|
|
9636
9639
|
[attr.id]="'slot-' + id"
|
|
9637
9640
|
[attr.class]="className"
|
|
9638
9641
|
data-absolute-slot="true"
|
|
9639
|
-
ngSkipHydration
|
|
9640
9642
|
[innerHTML]="currentHtml()"
|
|
9641
9643
|
></div>
|
|
9642
9644
|
`
|
|
@@ -9837,5 +9839,5 @@ export {
|
|
|
9837
9839
|
DeferSlotComponent
|
|
9838
9840
|
};
|
|
9839
9841
|
|
|
9840
|
-
//# debugId=
|
|
9842
|
+
//# debugId=35F9A24DA327D7E064756E2164756E21
|
|
9841
9843
|
//# sourceMappingURL=browser.js.map
|