I am trying to go to a specific position of ngx-owl-carousel-o, after following the below tutorial from the tips section.
https://www.npmjs.com/package/ngx-owl-carousel-o#tips
Please note this is: owl-carousel-o not owl-carousel library
However, the the error I am getting is that the template reference on the owl-carousel-o tag is undefined when trying to call owlCar.to():
Tutorial from docs:
I have also tried printing the view child of the reference in the Typescript file but this is also returning undefined!