All Questions
1 question
1
vote
1
answer
810
views
click event inside ngFor does Not work Angular 7
I am having the following Piece of Code:
<div class="custom-control custom-checkbox" *ngFor="let airline of airlines">
<input type="checkbox" (click)="airLineFilter($...