1

I have dropdown filters that filter some data, I'd like to be able to set one of these dropdowns with a value from the URL. Is this possible?

Ronan
  • 27
  • 9

1 Answers1

0

Try to check this: How to retrieve the url in Angular

Than you can for sure use the url to compose the options in the dropdown based on your custom logics.

  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Jul 20 '22 at 04:41
  • That is exactly what I ended up doing, thank you for the link. – Ronan Jul 25 '22 at 20:24