I need to use same component on two different routes, and I am reusing both routes. I am following this example:
example
The component has a text field. I am navigating to first route and enter some text into that field. Then I switch to another route, but what I see is the same text I just entered. I thought the router runs two instances of the same class; thus, I should be able to enter different texts into the routes. Any idea?
Thanks