Infinite params (using route.navigate)
Hello! I have a special use case that has infinite params (like a file explorer) after a typed url
/$type/$id/path/to/a/directory
The infinite params are extracted from the fullPath (using useRouter().state.currentLocation by removing the route's matched path. How can I use route.navigate() by adding a different subpath ? (or there is a way to match typed recurring params ?)0 Replies