1) I hope this approach can help as well!
2 ) If you are using a Form control you need just to set it like default value
this.fgAddingProduct = new FormGroup({
category: new FormControl(this.categories[0].id, [Validators.required]),
});
And use a normal *ngFor