We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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>
The text was updated successfully, but these errors were encountered: