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 someone please review the readme and imporve it #92

Closed
DoryZi opened this issue Sep 22, 2018 · 5 comments
Closed

Can someone please review the readme and imporve it #92

DoryZi opened this issue Sep 22, 2018 · 5 comments

Comments

@DoryZi
Copy link

DoryZi commented Sep 22, 2018

The readme with the examples and the docs isn't very clear. It's not clear how to use this, the first example has two carousel and overall it's very confusing, it requires someone to re-visit and explain it a little better.

@DoryZi
Copy link
Author

DoryZi commented Sep 22, 2018

How is this support to work? I have a list of images and I'm trying to get it wired up, it just doesn't work.

@DoryZi
Copy link
Author

DoryZi commented Sep 22, 2018

`  <ngu-carousel [inputs]="carouselTile"
            class="card-image-top no-gutters"
                [dataSource]="selectedAd.images"
             >
    <ngu-tile NguCarouselItem *ngFor="let image of selectedAd.images">
      <img src="{{image}}" class="prop-image" alt="">
    </ngu-tile>
    <ngu-tile NguCarouselItem *ngIf="selectedAd.images.length === 0">
      <img src="assets/images/no-pictures-prop.jpg" class="prop-image" alt="">
    </ngu-tile>
    <button NguCarouselPrev class='leftRs'>&lt;</button>
    <button NguCarouselNext class='rightRs'>&gt;</button>
  </ngu-carousel>`

@sheikalthaf
Copy link
Collaborator

@DoryZi Hi,

Please follow this link for demo

@rbroen
Copy link

rbroen commented Oct 1, 2018

@sheikalthaf : thank you, the other demos did not work for me

@sheikalthaf
Copy link
Collaborator

@DoryZi document is updated. Thanks

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

3 participants