@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/types/angular.d.ts
CHANGED
|
@@ -15,6 +15,7 @@ export type AngularDeps = {
|
|
|
15
15
|
Sanitizer: typeof import('@angular/core').Sanitizer;
|
|
16
16
|
SecurityContext: typeof import('@angular/core').SecurityContext;
|
|
17
17
|
withHttpTransferCacheOptions: typeof import('@angular/platform-browser').withHttpTransferCacheOptions;
|
|
18
|
+
clearResolutionOfComponentResourcesQueue: typeof import('@angular/core').ɵclearResolutionOfComponentResourcesQueue;
|
|
18
19
|
};
|
|
19
20
|
/**
|
|
20
21
|
* Cached render data per route. The `headTag` is captured once when
|
package/dist/vue/index.js
CHANGED
|
@@ -1379,6 +1379,7 @@ var initDominoAdapter = (platformServer) => {
|
|
|
1379
1379
|
return {
|
|
1380
1380
|
APP_BASE_HREF: common.APP_BASE_HREF,
|
|
1381
1381
|
bootstrapApplication: platformBrowser.bootstrapApplication,
|
|
1382
|
+
clearResolutionOfComponentResourcesQueue: core.\u{275}clearResolutionOfComponentResourcesQueue,
|
|
1382
1383
|
DomSanitizer: platformBrowser.DomSanitizer,
|
|
1383
1384
|
ENVIRONMENT_INITIALIZER: core.ENVIRONMENT_INITIALIZER,
|
|
1384
1385
|
inject: core.inject,
|
|
@@ -1549,6 +1550,7 @@ var routeContextCache, cacheRouteData = (pagePath, data) => {
|
|
|
1549
1550
|
}
|
|
1550
1551
|
return result;
|
|
1551
1552
|
}, renderAngularApp = async (deps, PageComponent, providers, document2, url = "/") => {
|
|
1553
|
+
deps.clearResolutionOfComponentResourcesQueue();
|
|
1552
1554
|
const bootstrap = (context) => deps.bootstrapApplication(PageComponent, { providers }, context);
|
|
1553
1555
|
return withSuppressedAngularDevLogs(() => deps.renderApplication(bootstrap, {
|
|
1554
1556
|
document: document2,
|
|
@@ -4648,5 +4650,5 @@ export {
|
|
|
4648
4650
|
Image
|
|
4649
4651
|
};
|
|
4650
4652
|
|
|
4651
|
-
//# debugId=
|
|
4653
|
+
//# debugId=7675F57CF720C9B764756E2164756E21
|
|
4652
4654
|
//# sourceMappingURL=index.js.map
|