diff --git a/packages/core/src/linker/view_container_ref.ts b/packages/core/src/linker/view_container_ref.ts index b37e423efc..ed23fc3447 100644 --- a/packages/core/src/linker/view_container_ref.ts +++ b/packages/core/src/linker/view_container_ref.ts @@ -98,6 +98,8 @@ export abstract class ViewContainerRef { * Instantiates an embedded view and inserts it * into this container. * @param templateRef The HTML template that defines the view. + * @param context The data-binding context of the embedded view, as declared + * in the `` usage. * @param index The 0-based index at which to insert the new view into this container. * If not specified, appends the new view as the last entry. *