Quick example of using Angular Forms

Описание к видео Quick example of using Angular Forms

This video will give you a quick intro to Angular Forms and take a look at the two different types; template-driven and reactive forms.

00:00 Intro
00:14 Creating the form markup
02:39 Angular Template Driven Form Example
04:52 Angular Reactive Form Example

In this Angular Tutorial we'll take a look at how to create Angular Forms and use the various tools available to us with Angular to create either an Angular template-driven form or an Angular Reactive form.

You will see in the tutorial that there is a bit of a difference between the two approaches with template-driven forms being a bit more manual to configure and making use of ngModel to setup data binding whereas Reactive forms are configured and controlled more in the component code.

Either way, this Angular tutorial will give you a quick intro to both approaches of forms in Angular.

Комментарии

Информация по комментариям в разработке