-
Notifications
You must be signed in to change notification settings - Fork 46
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
Improve module integration #20
Comments
@devmark Please let me know if I can help you moving this issue. Otherwise I will need to search for another similar component. |
Hi @jguix By the way, did you find another similar component? |
I was talking about the Installation section of the README, where it states that you should include jquery and ng-slick in the application as so: Include jquery and slick css/js in your application :
Even though I succeeded to include the library configuring the angular.cli.json instead of modifying the index.html, we finally opted for a different solution. Alternatives are: |
@jguix I am experiencing a performance issue because I have 30 ngx-slick in the same page. Thanks for your alternatives! |
The scripts and CSS references in the index.html shouldn't be necessary.
I am working on a big angular project in which this kind of integration, by putting script and link tags in the index.html is not acceptable.
The text was updated successfully, but these errors were encountered: