-
Notifications
You must be signed in to change notification settings - Fork 45
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
JQuery not working with slick with Angular 6 #41
Comments
I am facing the same issue, is there any update on this? |
I'm facing same issue. How to solve?? |
I solved my problem using this.
please try with this condition |
vikash09's resolution did not work on my project, is there any update on this???? |
Thank you, You saved me a lot of time. It's working fine. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm submitting a...
In package
Current behavior
I created a new Angular 6 application that is using a Angular Slick Carousel Plugin: https://github.com/devmark/ngx-slick.
Currently the application works fine when I run
ng serve -o
and even when I host my dist/browser/* contents in an S3 Bucket.When I try to use either @ng-toolkit/universa I get the following problem from
npm run server
(btw all I see in localhost:8080 is this ->{}
):Expected behavior
Application should compile as it does when I run
ng serve
Minimal reproduction of the problem with instructions
To reproduce the error do the following:
app.module.ts
index.html
Environment
The text was updated successfully, but these errors were encountered: