This is what i have tried!
(这就是我尝试过的!)
https://navbarex.stackblitz.io
(https://navbarex.stackblitz.io)
i have installed bootstrap, jquery and popper.js
(我已经安装了bootstrap,jquery和popper.js)
and i have imported that in angular.json file
(我已经将它导入了angular.json文件中)
"styles": [
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"./node_modules/bootstrap/dist/js/bootstrap.js",
"./node_modules/jquery/dist/jquery.min.js",
"./node_modules/popper.js/dist/umd/popper.min.js"
]
same thing i have tried in my local machine its working fine but why not here in StackBlitz?
(我在我的本地计算机上尝试过的同样的东西,但工作正常,但为什么在StackBlitz中却没有呢?)
ask by Afreen Khanum translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…