Skip to content

Commit

Permalink
refactor(@angular/ssr): clean up comment.
Browse files Browse the repository at this point in the history
The double JSDoc start sequence was visible in the docs (https://angular.dev/api/ssr/provideServerRoutesConfig). This commit fixes it.

(cherry picked from commit ccf3650)
  • Loading branch information
JeanMeche authored and alan-agius4 committed Jan 6, 2025
1 parent 7e13ac0 commit 5a3d41b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/angular/ssr/src/routes/route-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ export interface ServerRoutesConfig extends ServerRoutesConfigOptions {
*/
export const SERVER_ROUTES_CONFIG = new InjectionToken<ServerRoutesConfig>('SERVER_ROUTES_CONFIG');

/**
/**
* Sets up the necessary providers for configuring server routes.
* This function accepts an array of server routes and optional configuration
Expand Down

0 comments on commit 5a3d41b

Please sign in to comment.