Topic: Angular 5.2.0 navbar
Alberto pro asked 6 years ago
Weiser pro answered 6 years ago
Hi,
we are facing the same behaviour. The problem appeared after updating to the new version. This is our markup:
<mdb-navbar SideClass="navbar fixed-top navbar-expand-lg navbar-dark primary-color scrolling-navbar" [containerInside]="false"> <logo> <a class="logo navbar-brand" href="#"> <strong>Brand</strong> </a> </logo> <links> <ul class="navbar-nav mr-auto"> <removed LIs> </ul> <ul class="navbar-nav nav-flex-icons"> <removed LIs> </ul> </links> </mdb-navbar>
Damian Gemza staff commented 6 years ago
Hello Weiser, Fix for this problem is available on GitLab repo in branch dev. You can download it from there, and problem will be solved. Best Regards, DamianAnas mohammed pro commented 6 years ago
Hi, I'm also facing same problem after updating to 5.2.0 can you show me the path. i'm not much aware of gitlab repo, or can you paste the solution here. thanks in advance.johnsli free commented 6 years ago
Hi Damian - I'm a pro user but cannot get access to the GitLab repo. Can you please advice regarding how to get access to the repository? Thanks. -JohnDamian Gemza staff commented 6 years ago
Dear salmansahnoon, Please delete your node_modules directory. Then head into your package.json file, and in line "ng-mdb-pro", at the end please add #dev to download package from dev branch. For example, your line with MDB installation in package.json file should looks like this: git+https://oauth2:@git.mdbootstrap.com/mdb/angular/ng-pro.git#dev Then type npm install one more time, and you will get updated dev version of MDB. Best Regards, DamianDamian Gemza staff answered 6 years ago
Alberto pro commented 6 years ago
I used the navbar code from your angular website. For some reason the fa-bars span is not assigned. I am trying an empty project and will update if the problem persistsFREE 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: No