UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
src
/
lib
/
card
/
card-header.html
7 lines
(6 loc)
•
257 B
HTML
View Raw
1
2
3
4
5
6
7
<
ng-content
select
=
"[mat-card-avatar], [matCardAvatar]"
>
</
ng-content
>
<
div
class
=
"mat-card-header-text"
>
<
ng-content
select
=
"mat-card-title, mat-card-subtitle, [mat-card-title], [mat-card-subtitle]"
>
</
ng-content
>
</
div
>
<
ng-content
>
</
ng-content
>