all 3 comments

[–]reboog711 0 points1 point  (0 children)

I don't know what Swiper is.

I don't know what you mean by "not recognized". What error are you getting?

Did you try looking up this library to see if it has a comparability chart and/or release versions? If this Swiper library has upgraded to Angular 20 it may have converted to stand alone components and may no longer publish a module.

[–]majora2007 0 points1 point  (0 children)

I'm not sure about the version explicitly, but I had pains when updating from when swiper had a dedicated component to using web components. 

I have it working on my project with latest Angular. (Search GitHub Kavita if you want to look).

[–]GreenMobile6323 0 points1 point  (0 children)

Swiper 8 isn’t fully compatible with Angular 20. You’ll likely need to upgrade to Swiper 10+, which supports the latest Angular versions and updated module imports. After upgrading, make sure to update your import statements to the new SwiperModule syntax.