Angular MCQs with Answers

What is a routerOutlet?
A)
A directive defined in the HTML identifying the route to activate
B)
A directive defined in the HTML indicating where a route's view should display
C)
A decorator defining the template to display when a route is activated
D)
A property of a component class used to activate a route

Correct Answer :   A directive defined in the HTML indicating where a route's view should display