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

Not work in angular 4 #38

Open roniewill opened 6 years ago

roniewill commented 6 years ago

Can't bind to 'options' since it isn't a known property of 'owl-carousel'.

  1. If 'owl-carousel' is an Angular component and it has 'options' input, then verify that it is part of this module.
  2. If 'owl-carousel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
  3. To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("
    ][options]="{items: 3, dots: false, navigation: false}"
ball6847 commented 6 years ago

It looks like OwlModule is not correctly imported.

Hobart2967 commented 6 years ago

Nope, same issue here, routing cancels as options is set.