Skip to content

Commit 8c6e101

Browse files
KryptonBDAndrewKushnir
authored andcommitted
docs: ViewContainerRef.createComponent jsdoc update to reflect actual behavior (#61097)
Fixes #59918 PR Close #61097
1 parent c522e9f commit 8c6e101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/linker/view_container_ref.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ export abstract class ViewContainerRef {
209209
): EmbeddedViewRef<C>;
210210

211211
/**
212-
* Instantiates a single component and inserts its host view into this container.
212+
* Instantiates a given component, inserts its host view into this view container and updates the DOM.
213213
*
214214
* @param componentType Component Type to use.
215215
* @param options An object that contains extra parameters:

0 commit comments

Comments
 (0)