Angularjs Only Questions




  1. Angularjs components
  2. Features & Advantages of angularjs
  3. Constants variable ?
  4. How to create separate components ?
  5. Difference type of directives ?
  6. What is controller & how to use it ?
  7. What is scope?
  8. Form validation in AngularJS ?
  9. What is service?
  10. What is factory?
  11. Difference between service & factory ?
  12. What is $apply function in angularjs ?
  13. What is $digest function in angularjs ?
  14. How to make custom directive ?
  15. Any own directive you have created?
  16. What is ng-include, ng-class, ng-repeat?
  17. What is dependancy injection?
  18. What is routing in angularjs?
  19. What is single page application?
  20. How do you create own filter in angularjs ?
  21. How do you call rest api in angularjs ?
  22. Angular js events ?
  23. What is mvvm?
  24. What is angular controllers?
  25. What is a $watch?
  26. What is ng-model in angularjs?
  27. What are directives?
  28. What are the different types of directive?
  29. Angularjs interceptors ?
  30. What is ng-app in angularjs?
  31. What is ng-init in angularjs?
  32. What is injector?
  33. What is string interpolation in angularJS?
  34. What is linking function?
  35. What are the concept of scope hierarchy?
  36. Difference between angular.Js and backbone.Js?
  37. What is Angular JS?
  38. Tell the name of angular js file which is needed for using angular js?
  39. Why Angular JS?
  40. Dependency injection in angular js?
  41. What is routing?
  42. Difference between UI-Routing and NG-Routing?
  43. How to implement UI-Routing in angular js?
  44. What is $scope ?
  45. what is $rootscope or rootscope?
  46. what is controller?
  47. how to pass data between two controllers?
  48. what is digest cycle?
  49. what are watchers in angular js?
  50. Is watcher created for every variable declared on $scope or created only for those variables which are used on html or ui page?
  51. What is directive?
  52. what is custome directive and how to create custom directive?
  53. how to pass data between directives, maybe parent directive or child directive?
  54. types of scopes available in angular js?
  55. what is isolated scope, shared scope and inherited scope?
  56. what is difference between $ and $$ in angular js?
  57. what is difference between factory and service and provider?
  58. what is provider and write the syntax?
  59. what is difference bewteen 'Value' and 'constant' in angular?
  60. what is difference between config and run phase in angular js?
  61. what is $http?
  62. what are interceptors in angular js?
  63. how to handle errors/authentication in angular js globally?
  64. what are filters and name some in built filters?
  65. how to create custom filters?
  66. how to use filters in controller as well as on html page?
  67. what is difference between $timeout and setTimeout?
  68. difference between $async and $eval?
  69. how to cancel $timeout and $interval services?
  70. how to disable watcher?
  71. what is difference between ng-if, ng-show and ng-hide?
  72. how to start digest cycle manually?
  73. how many ng-app are available in angular js?
  74. how to manually bootstrap the angular js application?
  75. how to use jquery events with angular js?
  76. how to optimize the performance of angular js?
  77. what is karma and jasmine framework?
  78. what are mock objects?
  79. how to print the collection in angular js and apply filter on it using ng-repeat?
  80. how to pass data from parent controller to modal dialog or pop up?
  81. what is ui-grid?
  82. what is module in angular js and write the syntax?
  83. how to include image or template in angular js?
  84. how to test the performance of angular js code ? name some tools like Batrang etc.
  85. what is the difference between Get and POST http call? write the syntax for making those calls?
  86. difference between one way and two way data bindings?
  87. what is one-time binding?
  88. Is ng-model one way or two way binding?
  89. Is ng-bind one way or two way?

Comments

Popular posts from this blog

Angular JS 1.5 Questions

Angular Question

AngularJS Tricky Questions