suppose I select the first select1 option1 it should automatically show me the list of the options in select 2 and when I select option 2 in select1 it should show me a list of options in select2. How can I do it in angular2?
Asked
Active
Viewed 50 times
1 Answers
0
Please look here: https://stackblitz.com/edit/angular-ivy-c8wsuc?file=src/app/app.component.ts If this solution doesn't fit you please put some example code and show where you have a problem.

Mateusz Ścigała
- 186
- 1
- 1
- 5
-
after selecting the options and when I click the submit button it should go to the url as per the selected option..How can I do it? – Pixie Dust Feb 24 '22 at 21:51