logo
Angular - Quiz(MCQ)
Where would the following code likely be found in an Angular application? routerLink="/crisis-center"
A)
In the component metadata
B)
In a service
C)
In the template
D)
In the component class

Correct Answer :   In the template