I have a table where I show several columns, this table is made up of a *ngFor = "let column of columnsToDisplay" and I need to use pipes in two of th
*ngFor = "let column of columnsToDisplay"