Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

走马灯效果报错 Cannot set property 'isActive' of undefined #56

Closed
pcrobot opened this issue Aug 17, 2017 · 3 comments
Closed

走马灯效果报错 Cannot set property 'isActive' of undefined #56

pcrobot opened this issue Aug 17, 2017 · 3 comments
Assignees
Labels

Comments

@pcrobot
Copy link

pcrobot commented Aug 17, 2017

image

image

上面是报错信息,下面是我循环的数组

@vthinkxie
Copy link
Member

bug confirm, you can use below code as temp solution. thanks

    <nz-carousel *ngIf="bannerList.length">
      <div nz-carousel-content *ngFor="let item of array"><h3>{{item.description}}</h3></div>
    </nz-carousel>

@pcrobot
Copy link
Author

pcrobot commented Aug 17, 2017

多谢!

@lock
Copy link

lock bot commented Feb 19, 2019

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Feb 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants