Q. Which Angular feature allows dynamic injection of components?
β
Correct Answer: (A)
ViewContainerRef
Explanation: `ViewContainerRef` provides the ability to create and insert components dynamically.