Skip to content

Commit 5169f21

Browse files
committed
docs(@angular/ssr): remove extra pipe from link in tsdocs
This is not needed.
1 parent d98aa28 commit 5169f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/ssr/src/routes/route-config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ export function withRoutes(
296296
* ```
297297
*
298298
* @see {@link provideServerRendering}
299-
* @see {@link https://angular.dev/ecosystem/service-workers/app-shell | App shell pattern on Angular.dev}
299+
* @see {@link https://angular.dev/ecosystem/service-workers/app-shell App shell pattern on Angular.dev}
300300
*/
301301
export function withAppShell(
302302
component: Type<unknown> | (() => Promise<Type<unknown> | DefaultExport<Type<unknown>>>),

0 commit comments

Comments
 (0)