NgModel Angular and ngModelChange - One and Two Way Data Binding

preview_player
Показать описание
Learn ngModel and ngModelChange which are the main elements of two way data binding inside Angular. You will also learn the difference between one way data binding and two way data binding.

MOST POPULAR COURSES

SERVICES THAT I'M USING

CONNECT WITH ME!

REFERENCES

TIMESTAMPS
0:00 Introduction
0:17 One way data binding
1:03 Two way data binding with ngModel
3:28 ngModel and ngModelChange
5:19 Angular template form with ngModel

This video is NOT sponsored. Some product links are affiliate links which means if you buy something I'll receive a small commission.
Рекомендации по теме
Комментарии
Автор

This is the best YouTube channel on Angular.

nadirlahmadi
Автор

Solid videos ! Helped me understand what I was using in our project, thanks !

Murv
Автор

Thanks! Please make a deep tutorial with custom directives!

valikonen
Автор

I have imported Forms module but I still get an error "Can't bind to 'ngModel' since it isn't a known property of 'input' ". Do you know how to solve this?

redihoxhaj
Автор

How to avoid prop drilling in angular?
Is it okay to use output emitter two times if components nested like below ?
g.parent comp -> parent comp -> child comp

I don't want to use service in my child component because it is a presentation component.

karthikeyan
Автор

How would I do this with Angular 17? Seems like this tutorial is out of date, since forms.module.ts doesn't exist by default anymore

OasisCherryjuice
Автор

appreciated it, very informative.. would like to know more about Angular ViewChild, ElementRef is possible..

edwinpang