Posts by someone • 23 points
2 posts
-
-1
votes1
answer610
viewsQ: How to change the font size of all pages using Ionic 3’s Range?
I have the following html code [Settings.html] <ion-item> <ion-range min="1" max="4" step="1" snaps="true" [(ngModel)]="saturation" color="grey"> <ion-label range-left…
-
2
votes2
answers949
viewsQ: Is it possible to return the Javascript result in HTML with Javascript only?
How can I return the result of this code in HTML: The main function of the code is at the end of the code... //estrutura do problema. var problem = { init_state:"III", end_state:"VIII", action: […