TypeError: Cannot create property 'validator' on string 'abc@gmail.com' at setUpControl

后端 未结 3 1877
孤独总比滥情好
孤独总比滥情好 2021-02-12 01:41

I face issue in formGroup. First Based on URL I take some value and call to API for retrieve particular user-data for pre-field text.

register.html

3条回答
  •  萌比男神i
    2021-02-12 02:14

    For complete information about each kind of form, see Reactive Forms and Template-driven Forms from the https://angular.io/guide/forms-overview website. you are missing actual syntax for Grouping form controls and Registering the control in the template.both are valid in different case

    
    
    

提交回复
热议问题