The Angular Router documentation mentions that we can use fragment parameters with the RouterLink
directive, but how do we do this? For example:
<a routerLink="/crisis-center" [fragment]="ufoinvasion">
And then specify a crises with a ufoinvasion
id in the crisis center?