-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing mdCardHeader ng-content slot #6816
Comments
Have you tried I've taken a quick look at some parts of the code and, though there's a directive named after <ng-content
select="md-card-title, mat-card-title, md-card-subtitle, mat-card-subtitle,
[md-card-title], [mat-card-title], [md-card-subtitle], [mat-card-subtitle]">
</ng-content> Edit: helpful reading => #6720 |
Fixes the camel-cased selectors for `mdCardTitle` and `mdCardSubtitle` not being added to the content projection selector. Fixes angular#6816.
Fixes the camel-cased selectors for `mdCardTitle` and `mdCardSubtitle` not being added to the content projection selector. Fixes angular#6816.
Fixes the camel-cased selectors for `mdCardTitle` and `mdCardSubtitle` not being added to the content projection selector. Fixes angular#6816.
Fixes the camel-cased selectors for `mdCardTitle` and `mdCardSubtitle` not being added to the content projection selector. Fixes #6816.
) Fixes the camel-cased selectors for `mdCardTitle` and `mdCardSubtitle` not being added to the content projection selector. Fixes angular#6816.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
Bug
What is the expected behavior?
Specifying an
md-card
with something like<h3 mdCardTitle>Shiba Inu</h3>
should put it in the right slot in anmd-card-header
.What is the current behavior?
The
.mat-card-header-text
element is empty, it should be selecting[mdCardTitle]
.What are the steps to reproduce?
Providing a Plunker (or similar) is the best way to get the team to see your issue.(Plunker templates aren't working right now)
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
material2 beta 10
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: