<div *ngFor="let file of files" name="durl" [(ngModel)]="project.durl" >
<app-upload-task [file]="file"></app-upload-task>
</div>
Good day, Im new to Angular and i would like to ask if i can use ngModel in this format in my above code to get project.durl from upload task component or how can i go about it. Thank you