在 IE 11 中加载应用程序时,它会在控制台上抛出错误 - SCRIPT5007:无法获取未定义或空引用的 属性 'fn'

On loading the application in IE 11 it throws error on console saying - SCRIPT5007: Unable to get property 'fn' of undefined or null reference

SCRIPT5007: 无法获取 属性 'fn' 未定义或空引用 bootstrap.min.js (6,2004)

我正在使用

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>

我的应用程序是基于 Angular4 的

在 Bootstrap 脚本之前加载 jQuery 脚本。希望这能解决您的问题。