I'm using ngx-owl-carousal in angular 10. I need arrow navigation on left and right side but it is shown at the bottom. can anyone help
customOptions: OwlOptions = {
loop: true,
mouseDrag: true,
autoplay:true,
center:true,
touchDrag: true,
pullDrag: true,
dots: false,
nav: true,
navSpeed: 3000,
navText: ["<i class='fa fa-chevron-left'></i>","<i class='fa fa-chevron-right'></i>"],
responsive: {
0: {
items: 1
},
400: {
items: 3
},
550: {
items: 4
},
740: {
items: 4
},
940: {
items: 5
}
},
}
question from:
https://stackoverflow.com/questions/65898581/ngx-owl-carousal-in-angular-10 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…