Angular - Routing
Consider the template snippet:
If
<a [routerLink]="['/account', accountId]">Account Details</a>
If
accountId = 100, which URL will the link navigate to when clicked?