I have the following variable:
listAtributos: any[] = [];
In my template I want to check if it is empty, if it is, do not show the content, if there is something inside it, show the contents of the div.
I tried something like:
<div...
asked by
08.11.2018 / 16:44