Topic: issue with Multi item carousel : don't work
DEVGASA priority asked 1 year ago
Expected behavior
we want to use Multi item carousel as in the example page
Actual behavior
blank page
Resources (screenshots, code snippets etc.)
the only code that work is this
<mdb-multi-item-carousel [slides]="slides" [vertical]="true" style="max-width: 20rem;">
</mdb-multi-item-carousel>
all rest of code generate a blank page
We have copied and pasted exactly as the example says, can you please help us?
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
Specification of the issue
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: MDB5 5.0.0
- Device: PC
- Browser: Chrome 117.0.5938.63
- OS: Windows 11
- Provided sample code: No
- Provided link: No
Arkadiusz Idzikowski staff commented 1 year ago
Did you follow the installation guide and import the plugin module? Are there any errors in the console when you try to render the component?
DEVGASA priority commented 1 year ago
yes we follow the installation guide, we import the plugin module .... in the console NO errors !
Arkadiusz Idzikowski staff commented 1 year ago
I tried to reproduce this bug on our end but I could not find any problems with this plugin (I tried the code from all the examples in the documentation).
Did you also install and configure the main MDB5 Angular library (
mdb-angular-ui-kit
)? This library is required by the plugin because it uses some of its styles and components (like Lightbox).In case of any further problems please update your post and include more information about your plugin configuration (the code from
app.module
,styles.scss
, or other module/styles files in which you configure the plugin and MDB libraries)