Q. What is the purpose of the `RouterOutlet` directive?
β
Correct Answer: (A)
To render the component matched by the router
Explanation: `RouterOutlet` acts as a placeholder that Angular dynamically fills based on the route.