我有一个Angular项目,其中我想使用Bootswatch。但我不知道如何安装它,我首先尝试使用以下命令安装该模块:
npm i bootswatch然后在angular.json文件中,我执行了以下操作:
"styles: [
"bootswatch/dist/lux/bootstrap.min.css",
"node_modules/animate.css/animate.min.css",
"src/styles.css". ]但它对我不起作用,我仍然看到默认的Bootstrap主题,我能做什么?
发布于 2021-10-11 04:42:35
角度。json对“服务”和“构建”进行了两个修改。请检查是否只有一个被修改
https://stackoverflow.com/questions/69521009
复制相似问题