Попробуйте это:
this.map = new OlMap({
target: 'map',
layers: [this.layer],
view: this.view,
interactions: ol.interaction.defaults({altShiftDragRotate: false}).extend([
new ol.interaction.DragRotate({condition: ol.events.condition.platformModifierKeyOnly})
])
});