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-title-group.html
7 lines
(6 loc)
•
197 B
HTML
View Raw
1
2
3
4
5
6
7
<
div
>
<
ng-content
select
=
"mat-card-title, mat-card-subtitle, [mat-card-title], [mat-card-subtitle]"
>
</
ng-content
>
</
div
>
<
ng-content
select
=
"img"
>
</
ng-content
>
<
ng-content
>
</
ng-content
>