Friday 21 August 2015

AngularJS Interview Questions and Answers for Experienced basic advanced 2015-2016

AngularJS Interview Questions and Answers for Experienced basic advanced 2015-2016,AngularJS Interview Questions and Answers 2015,Top 20 AngularJS Interview Questions,AngularJS Interview Questions & Answers,AngularJS Interview Questions and Answers For Freshers and Experienced, AngularJS Frequently Asked Interview Questions,Freshers Latest AngularJS Technical Interview Questions & Answers,F2F Interview,AngularJS, Interview Questions & Answers,What would be some common AngularJS interview questions,AngularJS interview questions and answers for 2 years,AngularJS Developer Interview Questions,10 Common face to face AngularJS interview questions and answers,AngularJS Interview Questions and Answers,Top 10 AngularJS Interview Questions and Answers 2015,AngularJS (CMS)Interview Question Answer,Technical AngularJS Interview Questions and Answers for getting Job,Where can I find good AngularJS interview questions,AngularJS job interview questions and answers for freshers,AngularJS interview questions and answers for experienced,10 Tough AngularJS Interview Questions With Smart Answers,AngularJS interview questions and answers for experienced,How to Answer AngularJS Interview Questions,Where can I find good AngularJS interview questions ,Download AngularJS Interview Questions.


What is Angular.js?

AngularJS is a javascript system utilized for making single site page applications. It permits you to utilize HTML as your layout dialect and empowers you to extend HTML's grammar to express your application's segments unmistakably

In which language, AngularJS is written?
javaScript


When First AngularJS was released?
2009


what are the key features of Angular.js ?

The key features of angular.js are

Services
Data Binding
Directives
Scope
Controller
Filters
Testable
Model
View


When latest AngularJS was released?

October 31, 2014


What is latest version of AngularJS?

1.3.1


Who created AngularJS?

Misko Hevery started to work on AngularJS in 2009. He was employee of Google.


what is scope in Angular.js ?

Degree alludes to the application model, it acts like paste between application controller and the perspective. Degrees are orchestrated in progressive structure and imitate the DOM ( Document Object Model) structure of the application. It can watch expressions and proliferate occasions.

what is services in Angular.js ?

In angular.js administrations are the singleton protests or capacities that are utilized for completing particular assignments. It holds some business rationale and these capacity can be called as controllers, mandate, channels etc.

Is it opensource?

Yes, It is free to use.


What is controller in AngularJS?

Controller is constructor function in Angular Controller.
When a Controller is attached to the DOM with use the ng-controller, Angular will instantiate a new Controller object using constructor function.


what are directives?

Directives are used to add new attributes of HTML


What are the different types of Directive?

Different types of directives are

Element directives
Attribute directives


what are the advantages of using Angular.js ?

Angular.js has several advantages in web development.

Angular.js supports MVS pattern
Can do two ways data binding using Angular.js
It supports both client server communication
It supports animations
It has per-defined form validations



Explain what is injector?

An injector is a service locator.  It is used to retrieve object instances as defined by provider, instantiate types, invoke methods and load modules.  There is a single injector per Angular application, it helps to look up an object instance by its name.


Explain what is the difference between link and compile in angular.js?

Compile function: It is used for template DOM Manipulation and collect all of the directives.
Link function: It is used for registering DOM listeners as well as instance DOM manipulation. It is executed once the template has been cloned.
CSS class directives
Comment directives

0 comments:

Post a Comment