2College4Knowledge
Home
Interview Questions
Group Discussion Topics
Quiz Questions
Aptitude
Free Aptitude Tests
Cookie usage
Contact Us
Interview Questions on AngularJS|AngularJS Interview Questions
Page Contents of Interview Questions on AngularJS
Preparation for Interview Questions on AngularJS
Interview Questions on AngularJS basic concepts
Interview Questions on AngularJS fundamentals and Objective questions
Other exiting content in our website
Aptitude Questions
Group Discussion Topics
Questions on JAVA
Questions on Database
Free Aptitude Tests
Increase Calculation speed
You are currently reading
ANGULARJS OBJECTIVE INTERVIEW QUESTIONS 7
similar content
AngularJS Interview Questions-1
AngularJS Interview Questions-2
AngularJS Interview Questions-3
AngularJS Interview Questions-4
AngularJS Interview Questions-5
AngularJS Interview Questions-6
AngularJS Interview Questions-7
Q1 . How to invoke a directive using class in AngularJS?
Check Answer
SOLUTION
We can invoke the directive using the class by
<p class="new-Directive"></p>
Q2 . How to invoke a directive using attribute in AngularJS?
Check Answer
SOLUTION
We can invoke the directive using the attribute by
<p new-Directive></p>
Q3 . What are AngularJS events?
Check Answer
SOLUTION
These are events that can be added to the HTML elements and can be used to handle them or use these events for manipulation of elements.
Q4 . How to check if an element is double clicked AngularJS?
Check Answer
SOLUTION
We can use the AngularJS event
Usage
<h1 ng-dbclick="functioninvoke()"></h1>
Q5 . What is the object that can be used for event data in AngularJS?
Check Answer
SOLUTION
$event is the object that can be used to pass the event data.
Q6 . How to check the event when we hover the mouse over a HTML element in AngularJS?
Check Answer
SOLUTION
ng-mouseover event to check if the mouse is over an element.
Example
<h1 ng-mouseover="functioninvoke()"></h1>
Q7 . Do forms of HTMLs have a state in AngularJS?
Check Answer
SOLUTION
Yes forms also have states that can be used as triggers or events to manipulate data.
Q8 . How to check if a form is submitted or not in AngularJS?
Check Answer
SOLUTION
$submitted can be used to check if it is submitted.
Q9 . How to check if a form is completely unotouched in AngularJS?
Check Answer
SOLUTION
sorry if you thought untouched!!untouched is not a form state!!
We have to use $pristine
This is set if no elements of a form are changed or modified.
Q10 . What is an AngularJS Global API?
Check Answer
SOLUTION
They are javascript functions that perform common tasks like
uppercase conversion -angular.uppercase()
lower case conversion- angular.lowercase()
To cehck if it is a string angular.isString()
You are Currently reading
AngularJS Interview Questions-7
for more Interview Questions on AngularJS
AngularJS Interview Questions-1
AngularJS Interview Questions-2
AngularJS Interview Questions-3
AngularJS Interview Questions-4
AngularJS Interview Questions-5
AngularJS Interview Questions-6
AngularJS Interview Questions-7
Check out our other content
Technical Interview Questions
Objective Interview Questions on C Programming
Objective Interview Questions on Computer Networks
Objective Interview Questions on C++ Programming
Objective Interview Questions on Database Management Systems
Objective Interview Questions on Java Programming
Objective Interview Questions on Operating Systems
Objective Interview Questions on Unix Shell
Objective Interview Questions on Web Technology
Free Aptitude Questions
Aptitude Questions on Ages
Aptitude Questions on Averages
Aptitude Questions on Boats and Streams
Aptitude Questions on Partnership
Aptitude Questions on Profit and Loss
Aptitude Questions on Time and Work
Aptitude Questions on Time Speed and Distance
Aptitude Questions on Trains
Free Aptitude Tests
Aptitude Test on Ages
Aptitude Test on Averages
Aptitude Test on Boats and Streams
Aptitude Test on Partnership
Aptitude Test on Profit and Loss
Aptitude Test on Time and Work
Aptitude Test on Time Speed and Distance
Aptitude Test on Trains
Group Discussion Topics
Group discussion points on demonetization
Group discussion points on digitalization
Group discussion points on educational system in india
Group discussion points on effects of peer pressure in life
Group discussion points on flexible work culture flexible time and place
Group discussion points on globalization leading to global warming
Group discussion points on jingoism effects on globalization
Group discussion points on obesity and health impact
Free Quiz Questions
Question General Knowledge