Can't Toggle Navbar in Bootstrap 4 in Angular

前端 未结 10 2634
借酒劲吻你
借酒劲吻你 2020-12-14 00:42

Why i can\'t toggle navbar when resizing to mobile screen in angular 4 using bootstrap 4. I included it in the angular cli in script and styles, the node modules from bootst

10条回答
  •  星月不相逢
    2020-12-14 01:37

    Bootstrap - 4.4.1, Angular-cli: 7.3.9

    The easiest way is to import the js bundle in your client entry point:

    import 'bootstrap/dist/js/bootstrap.bundle'; line into 'polyfills.ts' file

提交回复
热议问题