mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
9ce733aacb
I have removed unnecessary code from the components & i initialize the form in OnInit function (life cycle). I think initilization of forms and getting data from service must be done inside ngOnInit. PR Close #45527