NG-ZORRO / ng-zorro-antd-mobile

A configurable Mobile UI components based on Ant Design Mobile and Angular. 🐜
http://ng.mobile.ant.design
Other
796 stars 238 forks source link

The API for the carousel with [infinite]='false' is ineffective #889

Open MRzhang0815 opened 9 months ago

MRzhang0815 commented 9 months ago

Version

9.0.0

Environment

node.js--v16.18.0

Reproduction link

https://stackblitz.com/edit/angular-xevbc5?file=src%2Fapp%2Fapp.component.ts

Steps to reproduce

.

What is expected?

When the API parameter "infinite" is set to false for the carousel, the carousel cannot loop or play in a continuous cycle.

What is actually happening?

When the API parameter "infinite" is set to false for the carousel, the carousel can still loop or play in a continuous cycle.

Other?