3. Data Binding in AngularJS (Hindi)

Publicado el: 28 marzo 2021
en el canal de: Extreme Programmer
626
28

AngularJS Data Binding

Data binding in AngularJS is the synchronization between the model and the view.

What is Data Model?
AngularJS applications usually have a data model. The data model is a collection of data available for the application.

What is the View?
The HTML container where the AngularJS application is displayed, is called the view.The view has access to the model, and there are several ways of displaying model data in the view.

Two Ways to Display View:
1) You can use the ng-bind directive, which will bind the innerHTML of the element to the specified model property.
ng-bind="variable_name"
2) You can also use double braces {{ }} to display content from the model:
{{variable_name}}

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


View Complete Tutorial on the Playlist:
   • 1. AngularJS Tutorial for Beginners (Hindi)  


En esta página del sitio puede ver el video en línea 3. Data Binding in AngularJS (Hindi) de Duración hora minuto segunda en buena calidad , que subió el usuario Extreme Programmer 28 marzo 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 626 veces y le gustó 28 a los espectadores. Disfruta viendo!