Bootstrap 4 Navbar Toggle下拉菜单在angular8上不起作用

时间:2019-08-08 11:30:16

标签: bootstrap-4 angular8

当使用jquery和bootstrap.js时,它可以工作,但是不必在有角度的ng-bootstrap上添加该jquery和bootstrap.js。使用它们时有效。.当删除它们时不起作用..应该怎么做?

在angular.json上,我已经包含了

"scripts": ["node_modules/jquery/dist/jquery.min.js",
              "node_modules/bootstrap/dist/js/bootstrap.min.js",
              "node_modules/popper.js/dist/umd/popper.min.js"]

但是没有必要使用角度引导程序官员说的这些

  
    

https://ng-bootstrap.github.io/#/getting-started

  

你可以在这里查看...

0 个答案:

没有答案