Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Wrapping NgxCarouselPrev and NgxCarouselNext in a div causes it to disappear #75

Open
aeldaly opened this issue Jan 3, 2018 · 1 comment

Comments

@aeldaly
Copy link

aeldaly commented Jan 3, 2018

Using this, the arrows appear

    <!-- <div> -->
      <button NgxCarouselPrev>&lt;</button>
      <button NgxCarouselNext>&gt;</button>
    <!-- </div> -->

Using this, the arrows disappear

    <div>
      <button NgxCarouselPrev>&lt;</button>
      <button NgxCarouselNext>&gt;</button>
    </div>

What am I doing wrong? I'd like to style them in a container.

Thanks.

@sheikalthaf
Copy link
Owner

@aeldaly this carousel is depreciated instead use @ngu/carousel

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

No branches or pull requests

2 participants