We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c522e9f commit 8c6e101Copy full SHA for 8c6e101
1 file changed
packages/core/src/linker/view_container_ref.ts
@@ -209,7 +209,7 @@ export abstract class ViewContainerRef {
209
): EmbeddedViewRef<C>;
210
211
/**
212
- * Instantiates a single component and inserts its host view into this container.
+ * Instantiates a given component, inserts its host view into this view container and updates the DOM.
213
*
214
* @param componentType Component Type to use.
215
* @param options An object that contains extra parameters:
0 commit comments