Hi,
I am building a browser based app using Ionic 3 and would like to use query parameters in the URL or another mechanism if there is one to pass input when opening the web page:
ie http://localhost:8100?id=1234
How can I access these parameters in Ionic 3?
Thanks in advance.
Alex