Topic: MDB fixed nav bar not working
Karthikeyan1990 free asked 6 years ago
Hi,I am new to MDB and i have setting properly on my angular(5.2.2) project but navbar not working properly while minmized the browser ,can you help to resolve this issue.This is my app module code
import { BrowserModule } from \'@angular/platform-browser\';
import { NgModule,NO_ERRORS_SCHEMA } from \'@angular/core\';
import { MDBBootstrapModule } from \'angular-bootstrap-md\'
import { AppComponent } from \'./app.component\';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
MDBBootstrapModule.forRoot()
],
schemas:[NO_ERRORS_SCHEMA],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
Add comment
Damian Gemza staff answered 6 years ago
Hello Karthikeyan1990,
Could you describe me, what exactly doesn't work for you? Some screenshots, sample code, reproduction steps? I'm unable to help you without more informations.
Best Regards,
Damian
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Answered
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