B
selectCategory(node.id)Size: a a a
B
selectCategory(node.id)B
public selectCategory(categoryId: number)
{
this.categoryListSelection.deselect(categoryId);
this.selectedCategoryId = categoryId;
this.categoryListSelection.select(this.selectedCategoryId);
}
B
RK
B
RK
B
RK
RK
B
B
B
FormGroup как инициализировать с этим всем?B
this.postForm.setValue({
id: this.postId,
title: post.title,
description: post.description,
categoryId: post.category.id,
isAnonymous: post.isAnonymous,
});B
categoryId <— это названиеB
B
SV
CheckBox, и мне нужно забрать егоB
B