【发布时间】:2020-06-10 05:39:16
【问题描述】:
我用我插入的样式创建了一个组件
::ng-deep .input-blue.mat-focused .mat-form-field-label {
color: #6200EE !important;
}
完美运行。但是,当我将此代码添加到全局样式中以在所有不工作的组件中使用它时。
【问题讨论】:
-
仅供参考 ::ng-deep 即将停用,请避免使用
-
这能回答你的问题吗? How and where to use ::ng-deep?
标签: css angular angular-material