Posts by Leysson guimarães • 45 points
3 posts
-
4
votes2
answers4622
viewsQ: What command using *ngIf to do a larger and smaller check
I’m using ngIF only to change the color of the object, but I’m needing to create one that the result.Mediatotal is less than 70 and greater than 50. What is the correct syntax to do this:…
-
0
votes2
answers1155
viewsQ: How to declare IF in Ionic
I am with the following code, it checks the value of _meditaTotal if it is greater than 70 the icone variable gets 'green', if it is lower q 70 and greater than 50 icone variable gets 'yellow' and…
-
0
votes1
answer965
viewsQ: Array in Ionic of json file
I have the following JSON document "descritores": [{ "descritor": "texto..", "resultado": [{ "MediaTotal": "81,16" }, { "MediaTotal": "81,16" } ] }, { "descritor": "Texto 2..", "resultado": [{…