<app-task-item *ngFor="let task of tasks" [task]="task" ></app-task-item> while sending props from app-tasks to app-task-item it'll showing error while using [task]="task"
<app-task-item *ngFor="let task of tasks" [task]="task" >
while sending props from app-tasks to app-task-item it'll showing error while using [task]="task"