mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
51a5baace3
Non typed forms allow to pass null to nested groups when calling `formGroup.reset()`, this commit prevent an undefined access. fixes #20509 PR Close #48830