Posts by Lorrayne Carvalho • 1 point
1 post
-
-1
votes0
answers20
viewsQ: Place an icon instead of an HTML string
I have the following code: <a (click)="verificarSeEscondeSaldo()"> {{ escondeSaldo ? 'Exibir' : 'Ocultar'}}</a> treecho correctly does what I wish, but instead of the text: 'display' or…