Topic: Angular Navbar not working properly.
Shiv free asked 6 years ago
I cloned the package of md-angular-pro version but i am facing issuse with navbar.Navbar not coming properly.code :<mdb-navbar SideClass="navbar navbar-expand-lg"><logo><a [routerLink]="['/']" [routerLinkActive]="['router-link-active']" [routerLinkActiveOptions]="{exact:true}">Guroomed</a></logo><links><form><input type="text" class="input-alternate" placeholder="Search"></form></links><links><form class="form-inline waves-light waves-light ml-auto" mdbRippleRadius><button type="button" class="btn btn-outline-info" (click)="form.show()" mdbRippleRadius>Login</button><button type="button" class="btn btn-danger waves-light" mdbRippleRadius>Sign Up</button></form></links></mdb-navbar>And my rest of pro component working properly
Closed
This topic is closed.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Closed
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
nthieu13 pro commented 6 years ago
Same here. My code still works last week on 5.0 version :(Damian Gemza staff commented 6 years ago
Guys, what problem do you have? I need more informations, screenshots or something like that.Shiv free commented 6 years ago
Problem solved. i imported mdbootstrap angular package in every module which i manually created....it star working.