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

problem in instruction of component #21

Closed saostad closed 6 years ago

saostad commented 6 years ago

in instruction page this:

"styles": [
    "../node_modules/owl.carousel/dist/owl.carousel.css",
    "../node_modules/owl.carousel/dist/owl.theme.default.css"
]

must change to:

"styles": [
    "../node_modules/owl.carousel/dist/assets/owl.carousel.css",
    "../node_modules/owl.carousel/dist/assets/owl.theme.default.css"
]
mujtaba01 commented 6 years ago

Thanks @saostad. I am fixing this.