Topic: Export of name 'bs-collapse' not found!
Hello!
When putting the basic example of the collapse (https://mdbootstrap.com/docs/angular/advanced/collapse/#docsTabsOverview) in my application I get the following error in the console: "Export of name 'bs-collapse' not found!"
Is something missing from the example code?
I am using PRO-version.
Thank you for your help.
Anna
Konrad Stępień staff answered 5 years ago
Hi @AnnaK,
Could you also test this code?
<button mdbBtn color="primary" class="waves-light" type="button" (click)="test.toggle()" mdbWavesEffect>
Toggle collapse
</button>
<div class="" mdbCollapse #test>
<p>Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. Nihil anim
keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident.</p>
</div>
But code with #test="bs-collapse"
not made for me any errors. Could you tell me how I can reproduce this error?
Best, Konrad.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: Yes
- Technology: MDB Angular
- MDB Version: 9.0.1
- Device: Laptop
- Browser: Firefox
- OS: Windows 10
- Provided sample code: No
- Provided link: Yes