aboutsummaryrefslogtreecommitdiffstats
path: root/src/angular/tiles/tile.component.html.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/angular/tiles/tile.component.html.ts')
-rw-r--r--src/angular/tiles/tile.component.html.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/angular/tiles/tile.component.html.ts b/src/angular/tiles/tile.component.html.ts
new file mode 100644
index 0000000..81803d5
--- /dev/null
+++ b/src/angular/tiles/tile.component.html.ts
@@ -0,0 +1,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>
+`;