Get current value when change select option - Angular2

前端 未结 6 1523
走了就别回头了
走了就别回头了 2021-01-31 08:00

I\'m writing an angular2 component and am facing this problem.

Description: I want to push an option value in select selector to its handler when the

6条回答
  •  时光取名叫无心
    2021-01-31 08:49

    You can Use ngValue. ngValue passes sting and object both.

    Pass as Object:

    
    

    Pass as String:

    
    

提交回复
热议问题