10 lines
246 B
HTML
10 lines
246 B
HTML
|
<!-- #docplaster -->
|
||
|
<!-- #docregion app-component-template -->
|
||
|
<h1>
|
||
|
{{title}}
|
||
|
</h1>
|
||
|
|
||
|
<!-- add the selector from the CustomerDashboardComponent -->
|
||
|
<app-customer-dashboard></app-customer-dashboard>
|
||
|
<!-- #enddocregion app-component-template -->
|