I am trying to route to the current page with different param with no avail. I have a combo box that triggers:
this.router.navigate([\'page\', selectedId]);
Ok, after reading all your answers specially @mxii's (thank you for this), I understand that:
Good Lesson, Thanks!