作者:伊倓 | 来源:互联网 | 2022-12-07 15:58
我想在Angular 6应用程序中使用Bootstrap,这是我到目前为止所做的,但似乎没有任何工作:
1)使用npm安装bootstrap,jquery和popper.js.2)在Angular.json文件中输入以下内容
"styles": [
"src/styles.scss",
"node_modules/bootstrap/scss/bootstrap.scss"
],
"scripts": [
"node_modules/jquery/dist/jquery.slim.min.js",
"node_modules/popper.js/dist/umd/popper.min.js",
"node_modules/bootstrap/dist/js/bootstrap.min.js"
...
]
我错过了什么.这似乎没有成功.
1> לבני מלכה..:
在你的style.scss
文件中使用import
@import "node_modules/bootstrap/scss/bootstrap.scss"
并"node_modules/bootstrap/scss/bootstrap.scss"
从angular.json
文件中删除