I am trying to achieve this functionality but getting error
<div *ngFor="let item of items; index as i">
<div #menu{{i}}>
//Some code
</div>
<div (onClick)="Clicked($event,menu{{i}})">
//Some other code
</div>
Got interpolation ({{}}) where expression was expected at column 19 in [Clicked($event,menu{{i}})]
Anyone knows how to fix it?
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With