Skip to content

Commit ccf3650

Browse files
JeanMechealan-agius4
authored andcommitted
refactor(@angular/ssr): clean up comment.
The double JSDoc start sequence was visible in the docs (https://angular.dev/api/ssr/provideServerRoutesConfig). This commit fixes it.
1 parent ecf8f58 commit ccf3650

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ export interface ServerRoutesConfig extends ServerRoutesConfigOptions {
192192
*/
193193
export const SERVER_ROUTES_CONFIG = new InjectionToken<ServerRoutesConfig>('SERVER_ROUTES_CONFIG');
194194

195-
/**
196195
/**
197196
* Sets up the necessary providers for configuring server routes.
198197
* This function accepts an array of server routes and optional configuration

0 commit comments

Comments
 (0)