-
Notifications
You must be signed in to change notification settings - Fork 10
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
few bugs i found using angular 7 #16
Comments
Hi, @harellevy , thinks for your correct. about those problem,
|
In this version |
about 1,2 i recommend still using the overflow hidden but it should wrap the carousel items only and not the other controls (dots, next, prev, progress bar etc.), they all should be inside a div which has no position: relative, and no overflow:hidden, so they can be put wherever you want in the layout. i'll put an example of logical html, css structure. |
About |
in infinite mode, goes next until infinity (css property left is only increasing even when there's no items more to show, no item is visible ) |
+1 <ng-template #carouselNext> component.ts: change(e) { |
+1 |
The text was updated successfully, but these errors were encountered: