InterviewSolution
Saved Bookmarks
| 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 { |
|