我正在尝试在我的离子Angular 项目中设置swiper.js。(使用[离子文档])(https://ionicframework.com/docs/angular/slides)
当我尝试导入模块时,我收到错误“找不到模块”swiper/angular“或其相应的类型声明。
检查节点包时,在滑动器包中没有角形文件夹。
- 雨刷:9.0.1
- 节点:版本14.19.1
- Angular 14
- 离子型:6
使用ionic documentationnpm i --save swiper
在app.module.ts中,我在尝试导入swiper模块时收到错误:import { SwiperModule } from 'swiper/angular';
Screenshot of code line
swiper节点包的内容:
Screenshot of swiper folder contents
1条答案
按热度按时间9bfwbjaz1#
雨刷版本9不支持这个。他们停止了以一种“Angular ”的方式支持Angular 。
建议使用Swiper元素,这需要重新学习Swiper。
按照本页中的链接进行设置。https://swiperjs.com/angular