The embedded view is a component or it is a hosting component which is used to define the template.
BY Best Interview Question ON 01 Sep 2019

Example

abstract class EmbeddedViewRef<C> extends ViewRef {
      abstract context: C abstract rootNodes: any[]
}