I am implementing a directive but I am confused in term of jquery and Pseudo DOM. i.e.
How to relate TemplateRef
and ViewContainerRef
?
I am implementing a directive but I am confused in term of jquery and Pseudo DOM. i.e.
How to relate TemplateRef
and ViewContainerRef
?
TemplateRef : It represents an embedded template that can be used to instantiate embedded
ViewContainerRef: It represents a container where one or more views can be attached.