mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a68b1a1894
This method is a more convenient and efficient way of removing all components from a FormArray. Before it, we needed to loop the FormArray removing each component until empty. Resolves #18531 PR Close #28918