I want to do a form check so that it can work:
flag:
Cannot read property "invalid" of undefined
at Object.eval [as updateDirectives] (EditMemberComponent.html:9)
I judge that it is the reason why the attributes of name are not automatically generated after adding the flag condition, but I don"t want to manually new FormControl, in component. It"s too troublesome
.could you tell me how to solve the problem