Does Angular offer a way to implement horizontal scrolling on mouse down/drag? Thus far, I have tried all the related solutions but have not found the closest one to my desired approach!
CodePudding user response:
You can do not only vertical drag&drop, but horizontal as well if you change the direction with the option:
direction:'horizontal'
CodePudding user response:
try SwiperJs
it already support angular component's