腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(40)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
Ngx-swiper-wrapper
已禁用
我已经将一些数据加载到我的
ngx-swiper-wrapper
中。然而,当发生这种情况时,这个禁用的快捷键被加载到next-button和prev-button上。
浏览 29
提问于2020-05-23
得票数 0
回答已采纳
1
回答
ngx-swiper-wrapper
滑块立即占据屏幕焦点
我在第一页的angular应用程序中使用了
ngx-swiper-wrapper
。我正面临着页面加载的buggy场景,用户试图向下滚动,但他/她将最终更改幻灯片。组件中选择的代码 import { SwiperConfigInterface,} from '
ngx-swiper-wrapper
浏览 22
提问于2020-03-25
得票数 0
2
回答
Angular
ngx-swiper-wrapper
箭头样式更改
我之前创建了一个swiper (
ngx-swiper-wrapper
),并通过以下方式更改了箭头的颜色: ::ng-deep.swiper-button-next::after, ::ng-deep.swiper-button-prev
浏览 0
提问于2020-12-06
得票数 0
1
回答
ngx-swiper-wrapper
: Cube、Coverflow和Flip
我正在使用ngx- Swiper -wrapper,还没有找到Cube,Coverflow和Flip的效果,它们在原始的Swiper中令人惊叹。有人设法找到他们了吗?它们是ngx-swipper-wrapper的一部分吗?我正在寻找的效果在这里演示:
浏览 0
提问于2018-03-27
得票数 2
1
回答
如何销毁angular 8中的
ngx-swiper-wrapper
我需要销毁移动设备中的
ngx-swiper-wrapper
如何操作 <div class="swiper-container" [swiper]="config"> <div class="swiper-wrapper
浏览 64
提问于2020-10-14
得票数 0
回答已采纳
1
回答
Angular
ngx-swiper-wrapper
给出错误的TS2339属性'x‘在类型'y’上不存在
我在https://www.npmjs.com/package/
ngx-swiper-wrapper
上遵循了非常简单的说明,它工作正常,但出现了TS2339错误。我怎么才能修复它?/landing-page/landing-page.component'; import { SwiperConfigInterface} from '
ngx-swipe
浏览 22
提问于2020-08-25
得票数 1
1
回答
当只有一张幻灯片时,有没有办法禁用
ngx-swiper-wrapper
上的导航?
我有一个应用程序与多个滑动,幻灯片是由不同的服务器动态生成。如果swiper上只有一张幻灯片,我需要禁用导航和分页(没有子弹或swiper效果)。
浏览 0
提问于2019-06-27
得票数 0
1
回答
Swiper忽略了ng内容。
我正在尝试从
ngx-swiper-wrapper
迁移到swiper的角度10,我的方法是尽可能有模块化的解决方案。正因为如此,我想要一个滑动包装组件和一个滑动滑块组件。这种方法在
ngx-swiper-wrapper
中运行得很好,但是swiper忽略了ng-content,我可以呈现任何东西: 下面是我当前解决方案的一个。
浏览 3
修改于2021-07-27
得票数 3
1
回答
如何在ionic 3浏览器中滑动水平滚动
我也检查了
ngx-swiper-wrapper
库,但我没有得到预期的结果。谢谢。
浏览 0
修改于2019-01-04
得票数 0
1
回答
ngx-Swiper未正确捕捉
我正在尝试将
ngx-swiper-wrapper
集成到一个angular/ionic项目中。然而,“幻灯片”似乎不能正确地折断。
浏览 24
提问于2021-08-02
得票数 0
1
回答
Swiper.js循环:true不能正常工作
另外,我正在使用angular的
ngx-swiper-wrapper
库,而不是直接使用swiper.js ?
浏览 21
修改于2019-06-28
得票数 0
1
回答
错误:模块ngx的元数据版本不匹配-swiper包装器找到版本4,预期3
我使用的是swiper模块,在安装时运行良好,但是当我为项目服务时,我会遇到错误: 错误:模块E:/xampp/htdocs/havemybooks/node_modules/
ngx-swiper-wrapper
浏览 0
修改于2018-01-27
得票数 1
回答已采纳
1
回答
属性“slidesPerView”的类型不兼容
/services/data.service';... export class
浏览 1
提问于2018-08-04
得票数 3
回答已采纳
1
回答
用于不同滑块的多种配置的ngx-滑动包装器
"></div>我的app.module import { SwiperModule, SWIPER_CONFIG, SwiperConfigInterface } from '
ngx-swiper-wrapper
浏览 1
提问于2019-07-19
得票数 0
1
回答
几个斯威伯滑块在同一角度的应用程序/组件?
ProductItemVM } from 'src/app/models/product/product-item-vm'; import { SwiperConfigInterface } from '
ngx-swiper-wrapper
浏览 13
修改于2020-05-07
得票数 1
回答已采纳
1
回答
如何在单击Bootstrap卡内的swiper.js图像next/prev按钮时停止传播
我在bootstrap卡中使用
ngx-swiper-wrapper
,如下所示,顶部有一个路由器链路。因此,如果我在卡上的任何地方单击,它就会路由。工作正常!
浏览 21
修改于2020-10-04
得票数 0
1
回答
在角8中实现Swiper
card-swipe.component.ts import { SwiperModule, SwiperConfigInterface } from '
ngx-swiper-wrapper
';
浏览 6
修改于2019-12-27
得票数 2
回答已采纳
2
回答
角建空工程
ng-bootstrap": "^4.0.2", "core-js": "^2.5.4", "
ngx-swiper-wrapper
浏览 1
提问于2019-02-06
得票数 0
回答已采纳
1
回答
npm安装错误:包不能满足其兄弟姐妹的peerDependencies要求
3.3.1", "firebase": "^5.8.3", "materialize-css": "^1.0.0", "ng2-pdf-viewer": "^5.2.4", "
ngx-swiper-wrapper
浏览 0
修改于2019-05-15
得票数 1
回答已采纳
5
回答
FIRESTORE (4.10.1)内部断言失败: AsyncQueue已失败:请求的版本(1)低于现有版本(2)
"^2.4.1", "ionicons": "^3.0.0", "
ngx-swiper-wrapper
浏览 0
提问于2018-04-23
得票数 9
第 2 页
领券