<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="plugins/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<link rel="stylesheet" href="css/style.css">
这是通过我的错误代码的一部分,就像css我得到的所有插件,如引导错误,owl-carousel,magnificent-popup
1条答案
按热度按时间zxlwwiss1#
您可以将所有CSS文件移动到src/assets/css/中,然后将这些代码添加到angular.json中
这可以解决问题。
另一种解决方案可能会有所帮助:在文件***login.component.ts***中添加