Bootstrap 4 Navbar doesnt collapse in Angular4

后端 未结 4 654
时光说笑
时光说笑 2021-01-14 05:37

I\'m working with Bootstrap 4 and Ng-Bootstrap in an Angular 4 Project,

i have linked the que bootstrap.css in my angular-cli.json this way

 \"styles         


        
4条回答
  •  悲&欢浪女
    2021-01-14 06:25

    To work with angular you need this fix

    first define this in your class public navbarCollapsed = true;

    then chnage your button

    
    

    also you need to add this to your collapsing div

    now you don't need jquery, popper or bootstrap.js

    you can find more info about this issue here.

    also check ng-bootstraps working demo page code link.

提交回复
热议问题