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

Can't bind to 'loop' since it isn't a known property of 'carousel'. #154

Open
sahfanpc opened this issue Jun 9, 2023 · 0 comments
Open

Comments

@sahfanpc
Copy link

sahfanpc commented Jun 9, 2023

    <!-- Image slider -->
    <div class="demo">
        <h3>Image slider</h3>
        <carousel [images]="imagesForSlider" [objectFit]="'cover'" [cellWidth]="'100%'" [height]="300"
            [autoplay]="true" [dots]="true" [loop]="true">
        </carousel>
    </div>

in this case loop,dots,autoplay,height,etc...are error required. any solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant