User1099429166 posted
Dear All,
I am very much new to Angular . I have a text file that has the following Product ID's
1
2
3
4
5
So I want to display these values in a drop down box. Once the values are displayed I want to take a single value and send this value to my HTTPGet api method which will display the list of product names below the dropdown box.
Any sample code will be greatly appreciated