Hierarchy (View Summary)

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Instantiates an embedded view based on this template, Not attached to the view.

    Type Parameters

    • C extends object

    Parameters

    • context: C = ...

      The data-binding context of the embedded view, as declared in the <template> usage.

      To insert it to a view need to use a ViewContainerRef.createEmbeddedView()

    • parentNode: Node

    Returns EmbeddedViewRef<C>

    The new embedded view object.