@angular/core

EmbeddedViewRef

Class

Represents an Angular view in a view container. An embedded view can be referenced from a component other than the hosting component whose template defines it, or it can be defined independently by a TemplateRef.

  
    abstract class EmbeddedViewRef {}
  
  
Jump to details