We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60aa9e9 commit 6e1f50bCopy full SHA for 6e1f50b
src/lib/card/card.ts
@@ -112,7 +112,7 @@ export class MdCardImage {}
112
* Large image used in a card, needed to add the mat- CSS styling.
113
*/
114
@Directive({
115
- selector: 'md-card-xl-image, mat-card-xl-image',
+ selector: '[md-card-xl-image], [mat-card-xl-image]',
116
host: {
117
'[class.mat-card-xl-image]': 'true'
118
}
@@ -123,7 +123,7 @@ export class MdCardXlImage {}
123
* Avatar image used in a card, needed to add the mat- CSS styling.
124
125
126
- selector: 'md-card-avatar, mat-card-avatar',
+ selector: '[md-card-avatar], [mat-card-avatar]',
127
128
'[class.mat-card-avatar]': 'true'
129
0 commit comments