mujtaba01 / ngx-owl-carousel

An angular2 (4) wrapper for jquery owl-carousel library with dynamic carousel item change detection
MIT License
70 stars 25 forks source link

Is mentioned installation same as for angular 4???????????????????????????????? #40

Open hemanthsp opened 6 years ago

carterwilliamson commented 6 years ago

I just installed this on an angular4 project using the steps provided. Can you provide more info on what problems you're having?

hemanthsp commented 6 years ago

i do not know where to put this setps in angualr 4???????? const webpack = require('webpack') //... plugins: [ new webpack.ProvidePlugin({ $: 'jquery', jQuery: 'jquery', 'window.jQuery': 'jquery' }), ],

hemanthsp commented 6 years ago

or can you give one youtube vedio to install in angular 4???????

BharatTiwari commented 6 years ago

I have try on angular 5, but its not working. And I have search on youtube. But I did not found any tutorial, which can help us. I request, please update it and also provide a video tutorial for the same.

MarkPieszak commented 6 years ago

If you guys are using the Angular CLI, make sure you add the ow.carousel.js file to your scripts[] array. Works in the latest v6

hmajid00 commented 6 years ago

@MarkPieszak Could you please share an example with us. I have done all steps but still not working with Angular 5.

eliavmaman commented 4 years ago

@hmajid00 just like that "scripts": [ "node_modules/jquery/dist/jquery.min.js", "src/plugins/owl.carousel.min.js", "node_modules/owl.carousel/dist/owl.carousel.js" ]