i\'m using ng-bootstrap and i want to get the value of dropdown when selected .
2条回答 余生分开走 (楼主) 2021-01-20 06:10 This runs without any javascript backend code. Solution is build upon angular template variables. Until no item is selected a place holder text "Select Environment" is displayed. {{ selectedValue.value || "Select Environment" }} {{env}} 0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
This runs without any javascript backend code. Solution is build upon angular template variables. Until no item is selected a place holder text "Select Environment" is displayed.
{{ selectedValue.value || "Select Environment" }} {{env}}