@absolutejs/absolute 0.19.0-beta.982 → 0.19.0-beta.983

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.
@@ -1,12 +1,7 @@
1
- import { type EmittedProvidersFile } from './emitAngularProvidersFiles';
2
1
  import { type AngularHandlerCall } from './scanAngularHandlerCalls';
3
2
  import { type AngularPageRoutes } from './scanAngularPageRoutes';
4
3
  export type AngularHandlerScanResult = {
5
4
  calls: AngularHandlerCall[];
6
5
  pageRoutes: AngularPageRoutes[];
7
- providersFiles: EmittedProvidersFile[];
8
- /** Set of manifest keys that have a generated providers file the
9
- * client bundle can import. */
10
- manifestKeysWithProviders: Set<string>;
11
6
  };
12
7
  export declare const runAngularHandlerScan: (projectRoot: string, angularDirectory: string) => AngularHandlerScanResult;
@@ -2325,7 +2325,6 @@ 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,
2329
2328
  DomSanitizer: platformBrowser.DomSanitizer,
2330
2329
  ENVIRONMENT_INITIALIZER: core.ENVIRONMENT_INITIALIZER,
2331
2330
  inject: core.inject,
@@ -2496,7 +2495,6 @@ var routeContextCache, cacheRouteData = (pagePath, data) => {
2496
2495
  }
2497
2496
  return result;
2498
2497
  }, renderAngularApp = async (deps, PageComponent, providers, document2, url = "/") => {
2499
- deps.clearResolutionOfComponentResourcesQueue();
2500
2498
  const bootstrap = (context) => deps.bootstrapApplication(PageComponent, { providers }, context);
2501
2499
  return withSuppressedAngularDevLogs(() => deps.renderApplication(bootstrap, {
2502
2500
  document: document2,
@@ -3997,5 +3995,5 @@ export {
3997
3995
  createTypedIsland
3998
3996
  };
3999
3997
 
4000
- //# debugId=9FEB6DDC51304A1864756E2164756E21
3998
+ //# debugId=7667EC6EAC7D4C8564756E2164756E21
4001
3999
  //# sourceMappingURL=index.js.map