@absolutejs/absolute 0.19.0-beta.979 → 0.19.0-beta.980
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/components/core/streamingSlotRegistrar.js +1 -1
- package/dist/angular/components/core/streamingSlotRegistry.js +2 -2
- package/dist/angular/index.js +3 -1
- package/dist/angular/index.js.map +4 -4
- package/dist/angular/server.js +3 -1
- package/dist/angular/server.js.map +4 -4
- package/dist/build.js +3 -1
- package/dist/build.js.map +4 -4
- package/dist/client/index.js +3 -1
- package/dist/client/index.js.map +4 -4
- package/dist/index.js +3 -1
- package/dist/index.js.map +4 -4
- package/dist/islands/index.js +3 -1
- package/dist/islands/index.js.map +4 -4
- package/dist/react/index.js +3 -1
- package/dist/react/index.js.map +4 -4
- package/dist/svelte/index.js +3 -1
- package/dist/svelte/index.js.map +4 -4
- package/dist/types/angular.d.ts +1 -0
- package/dist/vue/index.js +3 -1
- package/dist/vue/index.js.map +4 -4
- package/package.json +1 -1
package/dist/svelte/index.js
CHANGED
|
@@ -2325,6 +2325,7 @@ var initDominoAdapter = (platformServer) => {
|
|
|
2325
2325
|
return {
|
|
2326
2326
|
APP_BASE_HREF: common.APP_BASE_HREF,
|
|
2327
2327
|
bootstrapApplication: platformBrowser.bootstrapApplication,
|
|
2328
|
+
clearResolutionOfComponentResourcesQueue: core.\u{275}clearResolutionOfComponentResourcesQueue,
|
|
2328
2329
|
DomSanitizer: platformBrowser.DomSanitizer,
|
|
2329
2330
|
ENVIRONMENT_INITIALIZER: core.ENVIRONMENT_INITIALIZER,
|
|
2330
2331
|
inject: core.inject,
|
|
@@ -2495,6 +2496,7 @@ var routeContextCache, cacheRouteData = (pagePath, data) => {
|
|
|
2495
2496
|
}
|
|
2496
2497
|
return result;
|
|
2497
2498
|
}, renderAngularApp = async (deps, PageComponent, providers, document2, url = "/") => {
|
|
2499
|
+
deps.clearResolutionOfComponentResourcesQueue();
|
|
2498
2500
|
const bootstrap = (context) => deps.bootstrapApplication(PageComponent, { providers }, context);
|
|
2499
2501
|
return withSuppressedAngularDevLogs(() => deps.renderApplication(bootstrap, {
|
|
2500
2502
|
document: document2,
|
|
@@ -3995,5 +3997,5 @@ export {
|
|
|
3995
3997
|
createTypedIsland
|
|
3996
3998
|
};
|
|
3997
3999
|
|
|
3998
|
-
//# debugId=
|
|
4000
|
+
//# debugId=9FEB6DDC51304A1864756E2164756E21
|
|
3999
4001
|
//# sourceMappingURL=index.js.map
|