AK
Size: a a a
AK
B
DT
B
AK
ЭП
B
B
PostCommentViewModel
B
ЭП
B
B
ЭП
B
B
ЭП
B
<mat-form-field *ngIf="postComment.isEditing" appearance="fill">
<textarea matInput required [(ngModel)]="postComment.text" #commentText="ngModel"></textarea>
<mat-error *ngIf="!commentText.valid">
The comment text is required
</mat-error>
</mat-form-field>
B
PostCommentViewModel
<— это не сущность из сервисаB
PostCommentViewModel