Forms

 

Forms are used to take information from the user in the web Application 

Ex:Registration Form,Ligin Form

Types of Forms:

  1. Template-Driven Forms
  2. Reactive Forms

1.If Instance of FormControl and FormGroup is Created in HTML then it is Template-Driven Forms.

2.If Instance of FormControl and FormGroup is Created in TS and then called in HTML then it is Reactive Forms

Comments