-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Carousel exception #1516
Comments
it is possible only if can you show your html? |
I followed the tutorial/documentation: https://valor-software.com/ng2-bootstrap/#/carousel
|
what is initial value of slides? |
my .ts file
|
you can try to replace and check network tab, until image is loaded it will not show anything |
before I'm using v1.2.4, I used v1.1.6 and this code works:
.ts
|
slides were rewritten, so... anything is possible |
hi i'm also facing the same issue and i'm getting the error like, Uncaught (in promise): Error: Error in http://localhost:3000/app/components/tasks/tasks.component.html:4:12 caused by: this._slides.add is not a function my html ts @component({ export class CarouselComponent { } please can u help me out for this issue.. Thanks, |
I need a sample repo to reproduce an issue, than I will be able to fix it fast |
Same here.... |
until I have repo to reproduce I can not help with it |
Hi, Cheers |
Same issue here.. |
sample repo to reproduce carousel issue: |
I could guess that it system.js, 90% of issues with system.js ;( |
ok, thanks for repo
in common.js version
|
this error was fixed, now I getting really old issue about: |
I'm using latest ng-2 bootstrap (1.2.4)
I'm trying implement Dynamic Slide, but I got this error:
EXCEPTION: Error caused by: this._slides.add is not a function
TypeError: this._slides.add is not a function
at CarouselComponent.addSlide (carousel.component.ts:94)
at SlideComponent.ngOnInit (slide.component.ts:21)
The text was updated successfully, but these errors were encountered: