|
1
1
打字脚本
|
|
|
2
1
一种解决方案是
使用模板:
|
|
|
3
1
首先,你应该知道[checked]不起作用,你应该使用[(ngModel)]来处理这个问题,你应该从@angular/forms导入FormModule。 为此,可以在中使用这样的数组 文件
|