'fName' 속성은 인덱스 서명에서 가져온 것이므로 ['fName']을(를) 사용하여 액세스해야 합니다. 이것들은 제 파일입니다.이 오류가 발생합니다. 누가 도와줄 수 있나요. Error: src/app/app.component.html:5:123 - error TS4111: Property 'fName' comes from an index signature, so it must be accessed with ['fName']. 성분. Name: first name is required component.ts import { Component, OnInit } from '@angular/core'; import { FormControl, FormBuilder, FormGroup, Validators} ..