I have below code:
.ts file code:
unitArr = {
units: {
}
};
.html file code:
{{items.units_title}} {{item.qty}} Next PrevIt will display two or more dropdown dynamically:
Like 1) select bedroom 2) select bathroom
When I submit form I need values of this two selected dropdown.
Please help me if any one is expert here