如何解决为什么Bootstrap无法与Angular一起使用
我安装了引导程序和jquary。我在angular.json中添加了js和css路径。我退出并再次运行服务器,但仍然无法启动。您能帮我解决这个问题吗?
这是表单和一些按钮,但引导程序不起作用。
我发现运行服务器时缺少styles.js。我不确定是否是问题!?而且我不知道如何解决
这是我运行Angular服务器的时间:
__msg_error
angular.json:
chunk {main} main.js,main.js.map (main) 18.8 kB [initial] [rendered]
chunk {polyfills} polyfills.js,polyfills.js.map (polyfills) 141 kB [initial] [rendered]
chunk {runtime} runtime.js,runtime.js.map (runtime) 6.15 kB [entry] [rendered]
chunk {styles} styles.js,styles.js.map (styles) 12.5 kB [initial] [rendered]
chunk {vendor} vendor.js,vendor.js.map (vendor) 2.62 MB [initial] [rendered]
Date: 2020-09-14T08:40:22.944Z - Hash: ca7f2c17673277a29876 - Time: 5631ms
** Angular Live Development Server is listening on localhost:4200,open your browser on http://localhost:4200/ **
: Compiled successfully.
解决方法
我想问题是您已经提出:
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css","src/styles.css"
],"scripts": [
"node_modules/jquery/dist/jquery.min.js","node_modules/bootstrap/dist/js/bootstrap.min.js"
]
在"test"
项目下,您应该将其放在"build"
选项中。
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。