1.

What is embedded view in Angular?

Answer»

The embedded view is a component or it is a hosting component which is used to DEFINE the template.Example

ABSTRACT class EmbeddedViewRef<C> EXTENDS ViewRef {
      abstract CONTEXT: C abstract rootNodes: any[]
}



Discussion

No Comment Found