We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98aa28 commit 5169f21Copy full SHA for 5169f21
packages/angular/ssr/src/routes/route-config.ts
@@ -296,7 +296,7 @@ export function withRoutes(
296
* ```
297
*
298
* @see {@link provideServerRendering}
299
- * @see {@link https://angular.dev/ecosystem/service-workers/app-shell | App shell pattern on Angular.dev}
+ * @see {@link https://angular.dev/ecosystem/service-workers/app-shell App shell pattern on Angular.dev}
300
*/
301
export function withAppShell(
302
component: Type<unknown> | (() => Promise<Type<unknown> | DefaultExport<Type<unknown>>>),
0 commit comments