Hello friends, in this article we are going to see Angular JS Multiple Choice Questions with answers | Angular JS Objective Type Questions | Angular JS Interview Questions | Angular JS Quiz Questions
1.Which $Scope Object,current scope expression is executed and the result is displayed?
- $apply()
- $new()
- $eval()
- $on()
Ans – 3.$eval()
2.Using ____ method an expression can be executed in angular outside the angular framework.
- $apply()
- $new()
- $eval()
- $on()
Ans – 1.$apply()
3.A new child can be created using____ in AngularJS
- $apply()
- $new()
- $eval()
- $on()
Ans – 2.$new()
4.A callback for an event is registered using
- $apply()
- $new()
- $eval()
- $on()
Ans – 4.$on()
5.a current scope can be removed using ______ method In AngularJS
- $destroy()
- $emit()
- $broadcast()
- $eval()
Ans – 1.$destroy()
6.A particular event is dispatched upwards till $rootscope using ______ in AngularJS
- $destroy()
- $emit()
- $broadcast()
- $eval()
Ans – 2.$emit()
7.A particular event is dispatched downwards till $rootscope using ______ method in AngularJS.
- $destroy()
- $emit()
- $broadcast()
- $eval()
Ans – 3.$broadcast()
8.Context is provided by the ______ for expression in AngularJS.
- $scope
- $rootscope
- Viewscope
- View
Ans – 1.$scope