diff --git a/content/roadmaps/104-angular/content/106-forms/100-reactive-forms.md b/content/roadmaps/104-angular/content/106-forms/100-reactive-forms.md index 10ffb066a..f2d47debc 100644 --- a/content/roadmaps/104-angular/content/106-forms/100-reactive-forms.md +++ b/content/roadmaps/104-angular/content/106-forms/100-reactive-forms.md @@ -1 +1,9 @@ -# Reactive forms \ No newline at end of file +# Reactive Forms + +Reactive Forms in angular are those which used to handle the inputs coming from the user. We can define controls by using classes such as FormGroup and FormControl. + +Free Content +Reactive forms - Angular +Angular Reactive Forms +How To Use Reactive Forms in Angular +Reactive Form in Angular \ No newline at end of file diff --git a/content/roadmaps/104-angular/content/106-forms/101-template-driven-forms.md b/content/roadmaps/104-angular/content/106-forms/101-template-driven-forms.md index 206e64697..bd66873fb 100644 --- a/content/roadmaps/104-angular/content/106-forms/101-template-driven-forms.md +++ b/content/roadmaps/104-angular/content/106-forms/101-template-driven-forms.md @@ -1 +1,11 @@ -# Template driven forms \ No newline at end of file +# Template Driven Forms + +A Template driven form is the simplest form we can build in Angular. It is mainly used for creating simple form application. + +It uses two-way data-binding (ngModel) to create and handle the form components. + +Free Content +Building a template-driven form +Template-Driven Forms +Template driven form +Template driven form Validations \ No newline at end of file diff --git a/content/roadmaps/104-angular/content/106-forms/readme.md b/content/roadmaps/104-angular/content/106-forms/readme.md index 4c010a860..0ce99de07 100644 --- a/content/roadmaps/104-angular/content/106-forms/readme.md +++ b/content/roadmaps/104-angular/content/106-forms/readme.md @@ -1 +1,11 @@ -# Forms \ No newline at end of file +# Forms + +Forms are used to handle user inputs in many applications. It enables users from entering sensitive information to performing several data entry tasks. + +Angular provides two forms to hadle user inputs: reactive forms and template-driven forms. + +Free Content +Introduction to forms in Angular +Angular Forms +Angular Forms Tutorial +Building Forms in Angular Apps \ No newline at end of file