Forms Advanced
Advanced forms: FormArray for a list of subjects, cross-field validator (password === confirm), valueChanges to enable a button, async validator that checks roll on the server.
Board: subjects FormArray. Add subject row. Remove row. Trap: validators on the group but not updating when one child changes — include { updateOn: 'blur' } only if you mean it.
Exam tip
FormArray + one cross-field validator.