angular2-useful-swiper
angular2-useful-swiper copied to clipboard
RTL Support Only Works On Component Init
I am using "ngx-useful-swiper": "^10.0.1" in a multiple language Angular 13 project. In this project, we're using Transloco to handle the language changes. One of the languages is RTL and ngx-useful-swiper only works correctly when the page initially loads. If the user changes the language, it will break and not the slides correctly anymore. My question is, does ngx-useful-swiper have a method to re-render the swiper when certain event (language change) happens?