9 lines
160 B
HTML
9 lines
160 B
HTML
|
<h2>Child component with @Input()</h2>
|
||
|
|
||
|
<!-- #docregion property-in-template -->
|
||
|
<p>
|
||
|
Today's item: {{item}}
|
||
|
</p>
|
||
|
<!-- #enddocregion property-in-template -->
|
||
|
|