Text interpolation
<h1> Hello, {{ customer }} from component's context</h1>
<ul>
<li *ngFor="let customer of customers">{{ customer.value }} from directive's context </li>
</ul>Last updated
<h1> Hello, {{ customer }} from component's context</h1>
<ul>
<li *ngFor="let customer of customers">{{ customer.value }} from directive's context </li>
</ul>Last updated