I have an Angular 2 app that retrieves stock quotes using a URL like http://host/stocks?symbol=AAPL
On page load, a default symbol is fetched and the url reflects this. But, if I enter a symbol the page's the input field and then click the "Get Quote" button, the results are fetched, but the url still reflects the default symbol. How do I get the url to update after fetching a new symbol? Thanks