Binding select element to object in Angular

后端 未结 14 1670
走了就别回头了
走了就别回头了 2020-11-22 02:41

I\'d like to bind a select element to a list of objects -- which is easy enough:

@Component({
   selector: \'myApp\',
   template: `

My Application&

14条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 03:47

    You can do this too without the need to use [(ngModel)] in your

    提交评论

提交回复
热议问题