Topic: ANGULAR dropdown nav bar is not working. Solve so me and team can buy PRO version
Alex GuaMi pro asked 7 years ago
Im following the tutorial from
https://mdbootstrap.com/angular/components/navbars/
The code from BASIC example is not working. This is the Result of COPY /PASTE
https://imgur.com/ZFYZiBD
First problem with the weird grey button is solved when changing deleting "type=button" from the code, but the dropdown still doesnt work properly plus the colors are grey and barely noticable.
When I press on the class .dropdown-item it takes me to a scss file with a "free" tag where hover has no image nor anything..
https://imgur.com/MxBLNb7
I downloaded the project from your gitbhub repository
https://github.com/mdbootstrap/Angular-Bootstrap-with-Material-Design
And also tryed by creating the project with npm following the tutorials.
I would like to see this solve before me and my team buy the PRO version.
Start your code here
<!-- Dropdown --> <li class="nav-item dropdown" dropdown> <a dropdownToggle mdbRippleRadius type="button" class="nav-link dropdown-toggle waves-light" mdbRippleRadius> Basic dropdown<span class="caret"></span></a> <div *dropdownMenu class="dropdown-menu dropdown dropdown-primary" role="menu"> <a class="dropdown-item waves-light" mdbRippleRadius href="#">Action</a> <a class="dropdown-item waves-light" mdbRippleRadius href="#">Another action</a> <a class="dropdown-item waves-light" mdbRippleRadius href="#">Something else here</a> <div class="divider dropdown-divider"></div> <a class="dropdown-item waves-light" mdbRippleRadius href="#">Separated link</a> </div> </li>
Damian Gemza staff answered 6 years ago
Hello guys, yesterday we've put some fixes to our MDB Angular free version. You can find it on our GitHub on branch dev: https://github.com/mdbootstrap/Angular-Bootstrap-with-Material-Design/tree/dev
But be aware, this version is still in developing, some you could encounter some problems.
Let me know if your's problem won't solve after downloading dev version.
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: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: Yes
- Provided link: No
Tags
Lesther Caballero pro commented 6 years ago
I'm having the same issue. I need to solve this