fetis/30-seconds-of-angular

form array snippet

fetis opened this issue · 1 comments

fetis commented

beginners level, but I always forget details about how to make it

fb.array([
  fb.group({ firstName: 'foo', lastName: null }),
  fb.group({ firstName: 'x', lastName: 'y'  }),
])

@thekiba find a doc links which has this