각도 2: 여러 체크박스의 값을 가져옵니다. 문제는 매우 간단합니다.다음과 같은 확인란 목록이 있습니다. Options : {{option}} 그리고 다음과 같은 선택된 옵션 배열을 보내드리겠습니다.[option1, option5, option8]옵션 1, 5, 8이 선택되어 있는 경우.이 어레이는 HTTP PUT 요청을 통해 전송하고 싶은 JSON의 일부입니다. 도와주셔서 감사합니다!여기 간단한 사용 방법이 있습니다.ngModel(최종 각도 2) Options: {{option.name}} // my.component.ts @Component({ moduleId:module.id, templateUrl:'my.component.html'}) export class MyComponent { options..