Learn Angular: Angular Two-Way Binding with ngModel

Описание к видео Learn Angular: Angular Two-Way Binding with ngModel

Want to learn Angular? In this video, "Learn Angular: Angular Two-Way Binding with ngModel", you will learn how to use Angular's ngModel to create two-way data bindings.

Two-way data binding in Angular 9 is the synchronization between the model and the view. This means that changes in the model (component class/state) are automatically reflected into the view and changes in the view are automatically reflected in the model.

Achieving two-way binding in Angular can be done with the use of the ngModel directive. The sytax is as follows

[(ngModel)] = "propertyName"

Make sure you don't forget to import the FormsModule in your Module.

import { FormsModule } from '@angular/forms'

It's that easy!

"Desktop to Web: A WPF Developers Guide to Learning Angular" is a video tutorial series that will help you take your WPF and WinForms desktop coding skill to the web with Angular. This series will help you understand how your current desktop skills map directly to concepts in Angular to make your learning path to the web as easy and painless as possible.

During each video in this series I will be giving away a one year subscription to Infragistics Ultimate valued at $1,995 USD. Simply subscribe to my channel, like the video, and leave a comment to be entered. Winners are announced in the next video in the series.

Official contest rules: http://brianlagunas.com/desktop-to-we...

The Prize: https://www.infragistics.com/products...

Follow Me:
Twitter:   / brianlagunas  
Blog: http://brianlagunas.com
GitHub: https://github.com/brianlagunas

My Prism Project:
Prism Library: http://prismlibrary.github.io/
Become a Patron:   / prismlibrary  

UPDATE: And the winner is... Maxim Fleitling!

Комментарии

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