Is there a way to build the mobile nav bar in ng2-bootstrap?

前端 未结 4 1765
逝去的感伤
逝去的感伤 2020-12-08 08:02

I\'ve been implementing ng2-bootstrap and Angular2.

I cannot figure out how to make the mobile navbar open / close.

Is this something that just isn\'

4条回答
  •  無奈伤痛
    2020-12-08 08:39

    I was able to do this using straight bootstrap4/jquery within my angular2 project by adding the same data-toggle and data-target attributes to the collapsible target div:

    I hope this might help someone as I struggled with this. Thanks to all above for putting me on the right track.

提交回复
热议问题