-1
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 style="font-size: 12px;">A</ion-label>
<ion-label range-right style="font-size: 20px;">A</ion-label>
</ion-range>
</ion-item>
How to change the font size of all pages dynamically in the Settings.ts file by dragging the range?
Good !! Thanks, man.
– someone