aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/tiles/tile.component.html.ts
blob: 81803d55db2e7b97705a51231771821ac00521c4 (plain)
1
2
3
4
5
export default `
<ng-content select="sdc-tile-header"></ng-content>
<ng-content select="sdc-tile-content"></ng-content>
<ng-content select="sdc-tile-footer"></ng-content>
`;