project[col.field][selectedUserRole.value].join(',').length
If I use the above line of code inside *ngIf or inside curly braces {{}}, I am getting
ERROR TypeError: Cannot read property 'join' of undefined
error
project[col.field][selectedUserRole.value].join(',').length
If I use the above line of code inside *ngIf or inside curly braces {{}}, I am getting
ERROR TypeError: Cannot read property 'join' of undefined
error