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

Getting arrow_back and arrow_forward text instead of arrow icons #47

Open
bhumika-bhatt-au7 opened this issue Jan 27, 2023 · 0 comments

Comments

@bhumika-bhatt-au7
Copy link

I have done everything as documented but I don't see the arrows. Am i doing something wrong.

Here is what I have done

<mat-carousel timings="250ms ease-in" [autoplay]="true" interval="3000" color="accent" maxWidth="auto" slides="suggestedUserPhotos?.length" maintainAspectRatio="false" proportion="100" [loop]="true" [hideArrows]="false" [hideIndicators]="false" [useKeyboard]="true" [useMouseWheel]="false" orientation="ltr" > <mat-carousel-slide #matCarouselSlide *ngFor="let slide of suggestedUserPhotos; let i = index" [image]="slide.url" overlayColor="#00000040" [hideOverlay]="true" ></mat-carousel-slide>

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