logo
Angular - Quiz(MCQ)
What does this syntax do? routerLink="/crisis-center"
A)
It navigates to the component with a name matching the assigned string
B)
It links a route to a service by matching the assigned string to a service class name
C)
It links a route with data by matching the assigned string to a property name
D)
It navigates to the component with a path matching the assigned string

Correct Answer :   It navigates to the component with a path matching the assigned string