B
Мне нужно, чтобы все это дело работало как radio-group. Чтобы по любому один но был выбран
Size: a a a
B
ОК
B
ОК
B
(click)=preventIfSame($event, node.id)
B
B
public preventIfSame(event, categoryId: number)
{
if (this.selectedCategoryId == categoryId)
{
event.preventDefault();
console.log(`Мы в preventIfSame`)
}
}
B
B
formControlName
на моем mat-tree.RK
formControlName
на моем mat-tree.B
B
B
RK
B
RK
B
B