Repository files navigation Angularjs Interview Questions
What is MVC?
Please explain what is controller/model/view in angularjs
Please tell about life cycle of angularjs application
Differences between Provider vs Factory vs Service
How do you prefer to develop the data access layer which communicate with REST service
Which service do you use: $http or $resourse or rest-angular?
How can you configure $http service?
What about q and promises in angularjs
Event model in angularjs
Do you use some sort of angular style guides
What is dependency injection? Explain difference between inline and explicit annotation
What is directive in angularjs?
List some built-in directives
Explain difference between 'compile' and 'link' callbacks in directive definition
List types of scopes directive can have
What is the best practice to build your application
When it is necessary or whether it is necessary to use $scope.$apply
You can’t perform that action at this time.