I want to redirect with Router and added query params but after call function error appears:
"ERROR Error: Uncaught (in promise): Error: Cannot match any routes."
Function is like this:
const url = 'https://test.com' + '?queryParam=' + word;
this.router.navigateByUrl(url);