Ionic rotate ionicons / arrows

For those that might be looking for the solution, here it is:

In my template use: [style.transform]=“degreeStyle”
and in typescript simply use: this.degreeStyle = ‘rotate(’ + pourcentageVarHere + ‘deg)’;