List itens side by side
Posted: Wed Aug 14, 2024 7:37 am
I have a list component, I would like to list the records side by side (as in the image) and not as a commom list.
I have this code:
*ngFor = let item of lista_grupos; index as i
What do I have to do to make them stay side by side?
I have this code:
*ngFor = let item of lista_grupos; index as i
What do I have to do to make them stay side by side?