ERROR in : Can't bind to 'ngModel' since it isn't a known property of 'ngx-hm-carousel'.
If 'ngx-hm-carousel' is an Angular component and it has 'ngModel' input, then verify that it is part
of this module.
If 'ngx-hm-carousel' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas'
of this component to suppress this message.
To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("<ngx-hm-carousel
[ERROR ->][(ngModel)]="index"
(ngModelChange)="indexChanged($event)"
[autoplay-speed]="3000"
")
Hello,
With the sample in my application I've got :
ERROR in : Can't bind to 'ngModel' since it isn't a known property of 'ngx-hm-carousel'.
Thanks