I have set up the following routing system
export const MyRoutes: Routes = [
{path: \'\', redirectTo
I think you should use zip operator https://www.learnrxjs.io/operators/combination/zip.html
Because if you use combineLatest and change url params or query params you got value with new query params and old url params.
Urls for example:
http://localhost/1?value=10
http://localhost/2?value=20
http://localhost/3?value=30