@absolutejs/absolute 0.19.0-beta.740 → 0.19.0-beta.742

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/build.js CHANGED
@@ -2127,12 +2127,12 @@ var routePropsCache, cacheRouteData = (pagePath, data) => {
2127
2127
  result = injectBeforeClose(result, `<script>import(${escapedIndexPath});</script>`);
2128
2128
  }
2129
2129
  return result;
2130
- }, renderAngularApp = async (deps, PageComponent, providers, document2) => {
2130
+ }, renderAngularApp = async (deps, PageComponent, providers, document2, url = "/") => {
2131
2131
  const bootstrap = (context) => deps.bootstrapApplication(PageComponent, { providers }, context);
2132
2132
  return withSuppressedAngularDevLogs(() => deps.renderApplication(bootstrap, {
2133
2133
  document: document2,
2134
2134
  platformProviders: [],
2135
- url: "/"
2135
+ url
2136
2136
  }));
2137
2137
  }, withSuppressedAngularDevLogs = async (render) => {
2138
2138
  const origLog = console.log;
@@ -49935,5 +49935,5 @@ export {
49935
49935
  build
49936
49936
  };
49937
49937
 
49938
- //# debugId=04D574E7770009A664756E2164756E21
49938
+ //# debugId=E2B14CE9D731531264756E2164756E21
49939
49939
  //# sourceMappingURL=build.js.map