css rotate without transform code example
Example 1: css rotate 90 deg
transform: rotate(90deg);
Example 2: in object transform translate property concat with rotate value angular 7
[ngStyle]="{'transform': 'translate(' + $x + 'px, ' + $y + 'px)'}"