Posts by leoapinheiro • 9 points
1 post
-
-2
votes2
answers78
viewsQ: Exclude element from a dynamic object array
I need to delete a column from a dynamic object array. Example: export interface ObjetoTeste { primeiraColuna: string; segundaColuna: string; } let teste: Array<ObjetoTeste> = [ {…