小编Sam*_*ksa的帖子

Angular 无法定位样式表警告

我收到了这样的警告

Warning: Unable to locate stylesheet: D:\Angular\certification\Angular8Certification\https:\stackpath.bootstrapcdn.com\bootstrap\4.4.1\css\bootstrap.min.css     

Run Code Online (Sandbox Code Playgroud)

我是 Angular 的新手。当我添加 css 时它不适用。原因是什么,我应该怎么做?

这是我的控制台 在此处输入图片说明

stylesheet typescript angular

5
推荐指数
1
解决办法
3051
查看次数

您忘记将控制器注册为服务或错过使用“controller.service_arguments”对其进行标记?

我是 symfony 的初学者。当我在 symphony 中调用 get API 时,显示如下错误。

RuntimeException
HTTP 500 Internal Server Error
Could not resolve argument $salesteamRepository of "App\Controller\SalesController::index()", maybe you forgot to register the controller as a service or missed tagging it with the "controller.service_arguments"?
Run Code Online (Sandbox Code Playgroud)

php symfony

3
推荐指数
1
解决办法
8390
查看次数

标签 统计

angular ×1

php ×1

stylesheet ×1

symfony ×1

typescript ×1