Angular #73 - Reactive Form | Nested Form Array(To create Dynamic Form Groups by Nested Form Array)

preview_player
Показать описание

*Note : Switch the particular branch of the tutorials of Github*

*Reactive Form - Nested Form Array*
In this tutorials we are going to enhance the previous example and will add the address form array inside the nominees Form Array.

Here the syntax :
addNominess() {
name:[''],
age :[''],
relation:[''],
address : new FormArray([])
})
}
Рекомендации по теме