@absolutejs/absolute 0.19.0-beta.965 → 0.19.0-beta.966

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.
@@ -5750,7 +5750,7 @@ var resolvePageComponent = (pageModule) => {
5750
5750
  if (isAngularComponent2(defaultExport)) {
5751
5751
  return defaultExport;
5752
5752
  }
5753
- return Object.values(pageModule).find((value) => isAngularComponent2(value));
5753
+ return Object.values(pageModule).findLast((value) => isAngularComponent2(value));
5754
5754
  };
5755
5755
  var compilerImportPromise = null;
5756
5756
  var ensureAngularCompiler = () => {
@@ -5937,5 +5937,5 @@ export {
5937
5937
  ABSOLUTE_HTTP_TRANSFER_CACHE_SKIP_HEADER
5938
5938
  };
5939
5939
 
5940
- //# debugId=16B24AB89A49274064756E2164756E21
5940
+ //# debugId=D08B094C6000F76364756E2164756E21
5941
5941
  //# sourceMappingURL=server.js.map