Closed khadro closed 6 years ago
In your documentation it says:
import { HmCarouselModule } from 'ngx-hm-carousel'; @NgModule({ imports: [ HmCarouselModule ] }) export class YourModule {}
But the actual module that gets exported from the node_modules is NgxHmCarouselModule
So the documentation should read
import { NgxHmCarouselModule } from 'ngx-hm-carousel'; @NgModule({ imports: [ NgxHmCarouselModule ] }) export class YourModule {}
thanks for your correction. It has being correct. 💃
.
In your documentation it says:
But the actual module that gets exported from the node_modules is NgxHmCarouselModule
So the documentation should read