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
.
API
Description
Usage Notes
abstract class EmbeddedViewRef<C> extends ViewRef {}
Jump to details