Login

Lost your password?
Don't have an account? Sign Up

Building Forms in Angular Apps | Mosh

?Get the COMPLETE COURSE (60% OFF – LIMITED TIME):

Learn to build forms with validation in your Angular apps.

TABLE OF CONTENT

00:00 Introduction
00:26 Building a Bootstrap Form
04:32 Types of Forms
07:54 ngModel
13:24 Adding Validation
16:43 Specific Validation Errors
21:03 Styling Invalid Input Fields
22:30 Cleaner Templates

RELATED VIDEOS

Angular 4 Tutorial for Beginners

Angular Version History

Angular Material

Angular Animations

MY OTHER COURSES

I have several other courses on web and mobile application development. You can find them all here:

STAY IN TOUCH

https://www.educational.guru

25 comments

  1. Sahil Bawa

    As a newbie to Angular, I tried watching multiple videos on Reactive vs Template-driven forms. This was the only video whose explanation and use of graphics finally made it click in my head. Thank you Mosh! Don’t know why I even bothered looking elsewhere for learning Angular Forms.

  2. Soundariya B

    Amazing and very helpful video, as I am a beginner in angular so this video is very helpful to clear basic things related to angular form and controls.
    Thank you Mosh for this video and please try to make some more videos on angular basics especially for beginners.

  3. ssains

    I can never thank you enough you have restored my faith in humanity Love you man. Please keep making these awesome videos with the amazing explanation of theory and the code along solutions thanks again

  4. Danish Chief

    From anyone who gets an error “There is no directive with “exportAs” set to “ngModel”” you should:
    import { FormsModule, ReactiveFormsModule } from “@angular/forms”;
    @NgModule({

    imports: [
    BrowserModule,
    FormsModule, // <========== Add this line! ReactiveFormsModule // <========== Add this line! ],

Leave a Comment

Your email address will not be published. Required fields are marked *

*
*