Currently, I am looking to implement a card carousel in my Angular 13 project. I've been searching for a simple carousel module that doesn't rely on bootstrap (since I'm using Bulma), jquery, or any unnecessary dependencies and came across this one ui-carousel. However, the installation and usage instructions for this module are geared towards AngularJS, not specifically for Angular. I'm unsure if it is compatible with Angular or how to integrate it. If ui-carousel isn't suitable, or if there are better alternatives available, which other module would you recommend?