AngularJs Data Binding Multiple Choice Questions and Answers | Objective Type Questions and Answers
1.______ is a very useful and powerful feature used in software development technologies.
- One way binding
- Two way Binding
- Binding
- None of these
Ans – 3. Binding
2.AngularJS follows ________ data binding model
- One- way
- Two-Way
- Three – way
- None of these
Ans – 2. Two – Way
3. In Which data model value is taken from data model inserted into an HTML element ?
- One- way
- Two-Way
- Three – way
- None of these
Ans – 1. One-way
4. In AngularJS One-Way Binding is denoted by_____
- =
- @
- &
- <
Ans – 4. <
5. In AngularJS Two-Way Binding is denoted by_____
- =
- @
- &
- <
Ans – 1. =
6. In AngularJS Method Binding is denoted by_____
- =
- @
- &
- <
Ans – 3. &
7. In AngularJS Text Binding is denoted by_____
- =
- @
- &
- <
Ans – 2.@
What kind of data binding does AngularJS support?
AngularJs support one-way binding as well as two-way binding