Skip to content

Commit b46dca5

Browse files
committed
docs: update ng.ts render function documentation to reflect removal of rendering implementation details
1 parent 71f0b0a commit b46dca5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • packages/angular/ssr/src/utils

packages/angular/ssr/src/utils/ng.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ export type AngularBootstrap =
4040
/**
4141
* Renders an Angular application or module to an HTML string.
4242
*
43-
* This function determines whether the provided `bootstrap` value is an Angular module
44-
* or a bootstrap function and invokes the appropriate rendering method (`renderModule` or `renderApplication`).
43+
* This function determines whether the provided `bootstrap` value is an Angular module or a bootstrap function.
4544
*
4645
* @param html - The initial HTML document content.
4746
* @param bootstrap - An Angular module type or a function returning a promise that resolves to an `ApplicationRef`.

0 commit comments

Comments
 (0)