Posts

Showing posts from April, 2018

Best 50 AngularJS Interview Questions 2018

What is AngularJS? List some benefits of using AngularJS? List some Pros an Cons of angular js? What is Angular Module? How to create a Module in Angular js? What is Angular Controller? What is $scope? What is $rootscope? How is it different from the scope? What is the difference between $scope and scope? What are Angular Expressions? List the major browsers Supported by Angular js? How to enable HTML5 mod in Angular 1.x? List some of the built-in validators in Angular JS? What is Angular’s prefixes $ and $$? What are directives? How to create and use custom Directive in Angular js. How can you invoke a directive in Angular Js? Explain ng-repeat directive in Angular Js. What are Constants in Angular? How to create and use Constants in Angular Js? What is a Service? why we use a service in Angular Js? Explain $q service, deferred and promises? What are Filters in Angular js? List some filters in Angular js.? In angular js which service obj is not the singleton? Wha...