Topic: Error when clicking on mdb-select component
herve pro asked 6 years ago
Hello,
I have the following error when i click on a <mdb-select> component.
"Found the synthetic property @dropdownAnimation. Please include either "BrowserAnimationsModule" or "NoopAnimationsModule" in your application"
PS I have version 6.2.6
Thank you
Add comment
Damian Gemza staff answered 6 years ago
Dear herve,
Please add import { BrowserAnimationsModule } from '@angular/platform-browser/animations' to the app.module.ts file and add this module to imports Array in app.module.ts file.
This problem is caused by this, that the mdb-select component requires some animations, and they should be added to the app.module.ts file.
Best Regards,
Damian
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Pro
- Premium support: No
- Technology: MDB Angular
- MDB Version: 6.2.3
- Device: pc
- Browser: chrome
- OS: windows 7 64bits
- Provided sample code: No
- Provided link: No