@angular/ssr 20.0.0-next.2 → 20.0.0-next.3

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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { ApplicationRef } from '@angular/core';
1
+ import { ApplicationRef } from '@angular/core';
2
2
  import { default as default_2 } from 'beasties';
3
3
  import { DefaultExport } from '@angular/router';
4
4
  import { EnvironmentProviders } from '@angular/core';
@@ -913,7 +913,7 @@ export declare interface ServerRouteServer extends ServerRouteCommon {
913
913
  * ```
914
914
  *
915
915
  * @see {@link provideServerRendering}
916
- * @see {@link https://angular.dev/ecosystem/service-workers/app-shell | App shell pattern on Angular.dev}
916
+ * @see {@link https://angular.dev/ecosystem/service-workers/app-shell App shell pattern on Angular.dev}
917
917
  */
918
918
  export declare function withAppShell(component: Type<unknown> | (() => Promise<Type<unknown> | DefaultExport<Type<unknown>>>)): ServerRenderingFeature<ServerRenderingFeatureKind.AppShell>;
919
919
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/ssr",
3
- "version": "20.0.0-next.2",
3
+ "version": "20.0.0-next.3",
4
4
  "description": "Angular server side rendering utilities",
5
5
  "type": "module",
6
6
  "license": "MIT",