Angular - Routing
Why does this code fail to update the fragment?
this.router.navigate(['/home'], { fragment: 'top' });
this.router.navigate(['/home'], { fragment: 'bottom' });