Topic: AccordionModule doesn't exist in version 6.1.1. Is it called SqueezeBoxModule?
TFSFRD pro asked 6 years ago
Hello I was updating my code with version 6.1.1. and was reading about the possibility of loading the modules separately.
In my current application I am working with accordions and I was checking the MDB Angular Modules List documentation.
https://mdbootstrap.com/angular/modules-list-2/
The list shows AccordionModule but when I try to import the module it is not found.
I found out that there is a module named SqueezeBoxModule that is the one I need.
Is this correct? Is the module going to be renamed as AccordionModule in future versions or stay the same?
Thanks for your great job.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Resolved
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: Yes
Damian Gemza staff commented 6 years ago
Dear TFSFRD, Are you sure, that you're using MDB Angular Pro 6.1.1 version? I've tried to reproduce your case, but for me, there exist AccordionModule, and SqueezeBoxModule not. Could you tell me, which version are you using? From GitLab Repository: https://git.mdbootstrap.com/mdb/angular/ng-uikit-pro-standard.git, or from downloadable zip? Best Regards, DamianTFSFRD pro commented 6 years ago
Hi Damian, You were right, I didn't change the dependency in my package.json and it was pointing to version 6.0.2. Now I updated it and AccordionModule is there. Thanks, Fernando Vara (TFSFRD)