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?
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?
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.