I want to pass optional params such as filters & page numbers to route. I'm using RequestOptions to pass query parameters and it works for filter and paginataion, but URL never changes.
e.g: i have uri/cars route, when i click second page content is updating for 2nd page but URL still same as uri/cars.
I want uri/cars?page=2 when i do this example. Thanks.