Skip to main content

47 Best AngularJs Interview Questions and Answers

1. What is AngularJs?
The angularjs is a JavaScript [MVW || MV*framework and Its maintain by Google. The most of use to creating to single-page applications (SPA) with the MVC pattern. Its used for both client-side and server-side web application etc.



 

{{ 

The MVW || MV* stand for "Model-View-Whatever".

We considering the "MVC", "MVVM", "MVP" but angularjs is more closer to MVC pattern, I would guess "whatever works for you!" , "Model-View-Whatever".


Some people are stand to MVW and some are MV*  :)


}}
The main features are given below.




     1. Its support both type of binding one-way and two-way data bindings.

     2. Its support MVC pattern.
     3. Its support static template and angular template.
     4. You can add custom directives.
     5. Its support REST full services.
     6. Its support form validations.
     7. Its support both client and server communication.
     8. Its support dependency injection.
     9. Applying Animations.
     10. Event Handlers.


2. What are the main features in AngularJs?
Ans : The main key features are 
  1. Scope, 
  2. Controller, 
  3. Model, 
  4. View, 
  5. Services, 
  6. Data Binding, 
  7. Directives, 
  8. Filters, 
  9. Validation and 
  10. Testable.
3. Why should use Angularjs?

Angularjs provide 10 key points as given below, behalf of this keys, I can say that why we use it! :)

  1. It's fully extensible and works with other libraries.
  2. This is a declarative user interface.
  3. Data models are plain old JavaScript objects.
  4. Good Behaviour  with directives.
  5. Good Flexibility with filters.
  6. Write loosely coupled and less code.
  7. DOM manipulations , Its  support one-way binding  and two-way binding both.
  8. Service providers where they belong.
  9. Context aware both client and server communication.
  10. Unit Testing features ready.
4. Why is namespace called "ng"?


The prefix ng-* stands for AngularJs. It comes from the concept of directives which allows to expand the HTML syntax with new elements, which are surrounded by '<' and '>' (as in <my-new-directive>).

5. Is Angularjs is a library, framework or plugins?

Angularjs is a Framework not a library or browser plugins. Because Angularjs is 100% client-side JavaScript and Its support to desktop and mobile browsers.


6. Is Angularjs a templating system?


We can use the ng-include directive for templating system. Angularjs support DOM based templating.


7. In AngularJS, we need to worry about security holes?


Angularjs handle to basic security holes like.


1. HTML injection attacks,

2. cross-site-scripting (CSS)
3. XSRF protection for server side communication.
4. Basic authentication and authorization etc.

8. Can we use to open-source Library with Angular?


Yes, I can use to open source libraries.


9. Does Angularjs depends on jQuery library?

If jQuery is available on page that time it use otherwise it use to jqLite

Angularjs framework contain subset of jQuery that is called jqLite. In jqLite contain needed limited events and methods which supported to DOM manipulations.


The jqLite is enough to work for Angularjs. Using jqLite, Removed the dependency of  

jQuery etc.

When you start to work with directive that time you need to add jQuery. For example, if you are using ng-grid directive that time need to add jQuery because some of the features required to jQuery


Angularjs support to jQuery version 2.1 or above.


10. What about Auto bootstrap process in AngularJs?


In angularjs ng-app is used to auto-bootstrapping to your applications. 

Its also called Automatic Initialization. 

The ng-app is the root of compilation and tell only this portion of DOM is angularjs part.

Click here for Example code

11. What are Directives in AngularJs? {{Answers}}

    12. What are $scope in AngularJs?{{Answers}}
      13. How to use angularjs? {{ Answers }}

      14. How to use filter in angularjs? {{ Answers }}


      15. How to use foreach in angularjs? {{ Answers }}


      16. How to write increment counter in angularjs? {{ Answers }}


      17. How to find the index counter in ng-repeat angularjs? {{ Answers }}


      18. How to add rows in angularjs? {{ Answers }}


      19. How to delete a row in angularjs? {{ Answers }}


      20. How to use angularjs data grid/ng-grid? {{ Answers }}


      21. What type of angularjs date format? {{ Answers }}


      22. Tell me angularjs date calendar with example? {{ Answers }}


      23. how to upload file in angularjs? {{ Answers }}


      24. How to use the drop-down list in angularjs? {{ Answers }}


      25. How to configuring routes in angularjs? {{ Answers }}


      26. How to use the angularjs $watch? {{ Answers }}


      27. How to use the JSON object in ng-repeat? {{ Answers }}


      28. What is angularjs i18n and L10n language translation? {{ Answers }}


      29. How to use ng-if/else in angularjs? {{ Answers }}


      30. How to use ng-show and ng-hide in angularjs? {{ Answers }}


      31. How to use the css binding in angularjs? {{ Answers }}


      32. How to initialize a select box with options on page load in AngularJs?{{Answers}}

      33. How to enable and disable buttons with using condition?{{Answers}}


      34How to using looping through a collection for each item in AngularJs?{{Answers}}

      35How to bind selection box with options in the AngularJs?{{Answers}}

      36. How to display images based on the status(A, B, and C) in AngularJs?{{Answers}}

      37. Why would you use a service over a factory?

      The Services are singletons.They are ideal for keeping and tracking the state. 

      The factories will always return a new instance for each object.

      38. What is a Factory?


      Factory are used to communicate with servers using HTTP models and persist the application state and change to the across controllers. 


      The factories methodology are use to create the reusable code and feature of applications.


      39. What are the differences between $resource and $http? {{Answers}}


      40. Can you explain to $on and/or $watch ? {{ Answers }}


      42. $scope vs scope in angularjs? {{ Answers }}


      43. What difference between ng-app vs. data-ng-app and x-ng-app? {{Answers}}

      44. What types of filter in AngularJs? {{Answers}}

      45. What is ng-cloak directive and Why we use? {{Answers}}

      46. Is $http service is restful web service in angularjs? {{Answers}}

      Other Latest Questions
      • Why we use ng-bind? why not use to {{expression}}?
      • Why we use of ng-clock directive?
      • Why we use jqLite? what is role of jqLite?
      • What about Auto bootstrap process in AngularJs?
      • When we use service and when factory?
      • How to work $on and $watch?
      • $scope vs. scope in angularjs?
      • What difference between ng-app vs. data-ng-app and x-ng-app?
      • How to create custom directive?
      • What are constant and value in angularjs? constant vs. value ? why we use it?
      • Who is father of angularjs? who create angular? Answers click https://angularu.com/ng/
      • why angularjs 1.x is out? why coming angular 2 now?

      Thank you!
      By Anil Singh | Rating of this article (*****)

      Popular posts from this blog

      List of Countries, Nationalities and their Code In Excel File

      Download JSON file for this List - Click on JSON file    Countries List, Nationalities and Code Excel ID Country Country Code Nationality Person 1 UNITED KINGDOM GB British a Briton 2 ARGENTINA AR Argentinian an Argentinian 3 AUSTRALIA AU Australian an Australian 4 BAHAMAS BS Bahamian a Bahamian 5 BELGIUM BE Belgian a Belgian 6 BRAZIL BR Brazilian a Brazilian 7 CANADA CA Canadian a Canadian 8 CHINA CN Chinese a Chinese 9 COLOMBIA CO Colombian a Colombian 10 CUBA CU Cuban a Cuban 11 DOMINICAN REPUBLIC DO Dominican a Dominican 12 ECUADOR EC Ecuadorean an Ecuadorean 13 EL SALVADOR

      39 Best Object Oriented JavaScript Interview Questions and Answers

      Most Popular 37 Key Questions for JavaScript Interviews. What is Object in JavaScript? What is the Prototype object in JavaScript and how it is used? What is "this"? What is its value? Explain why "self" is needed instead of "this". What is a Closure and why are they so useful to us? Explain how to write class methods vs. instance methods. Can you explain the difference between == and ===? Can you explain the difference between call and apply? Explain why Asynchronous code is important in JavaScript? Can you please tell me a story about JavaScript performance problems? Tell me your JavaScript Naming Convention? How do you define a class and its constructor? What is Hoisted in JavaScript? What is function overloadin

      React | Encryption and Decryption Data/Text using CryptoJs

      To encrypt and decrypt data, simply use encrypt () and decrypt () function from an instance of crypto-js. Node.js (Install) Requirements: 1.       Node.js 2.       npm (Node.js package manager) 3.       npm install crypto-js npm   install   crypto - js Usage - Step 1 - Import var   CryptoJS  =  require ( "crypto-js" ); Step 2 - Encrypt    // Encrypt    var   ciphertext  =  CryptoJS . AES . encrypt ( JSON . stringify ( data ),  'my-secret-key@123' ). toString (); Step 3 -Decrypt    // Decrypt    var   bytes  =  CryptoJS . AES . decrypt ( ciphertext ,  'my-secret-key@123' );    var   decryptedData  =  JSON . parse ( bytes . toString ( CryptoJS . enc . Utf8 )); As an Example,   import   React   from   'react' ; import   './App.css' ; //Including all libraries, for access to extra methods. var   CryptoJS  =  require ( "crypto-js" ); function   App () {    var   data

      25 Best Vue.js 2 Interview Questions and Answers

      What Is Vue.js? The Vue.js is a progressive JavaScript framework and used to building the interactive user interfaces and also it’s focused on the view layer only (front end). The Vue.js is easy to integrate with other libraries and others existing projects. Vue.js is very popular for Single Page Applications developments. The Vue.js is lighter, smaller in size and so faster. It also supports the MVVM ( Model-View-ViewModel ) pattern. The Vue.js is supporting to multiple Components and libraries like - ü   Tables and data grids ü   Notifications ü   Loader ü   Calendar ü   Display time, date and age ü   Progress Bar ü   Tooltip ü   Overlay ü   Icons ü   Menu ü   Charts ü   Map ü   Pdf viewer ü   And so on The Vue.js was developed by “ Evan You ”, an Ex Google software engineer. The latest version is Vue.js 2. The Vue.js 2 is very similar to Angular because Evan You was inspired by Angular and the Vue.js 2 components looks like -

      Encryption and Decryption Data/Password in Angular

      You can use crypto.js to encrypt data. We have used 'crypto-js'.   Follow the below steps, Steps 1 –  Install CryptoJS using below NPM commands in your project directory npm install crypto-js --save npm install @types/crypto-js –save After installing both above commands it looks like  – NPM Command  1 ->   npm install crypto-js --save NPM Command  2 ->   npm install @types/crypto-js --save Steps 2  - Add the script path in “ angular.json ” file. "scripts" : [                "../node_modules/crypto-js/crypto-js.js"               ] Steps 3 –  Create a service class “ EncrDecrService ” for  encrypts and decrypts get/set methods . Import “ CryptoJS ” in the service for using  encrypt and decrypt get/set methods . import  {  Injectable  }  from   '@angular/core' ; import   *   as   CryptoJS   from   'crypto-js' ; @ Injectable ({    providedIn:   'root' }) export   class   EncrDecrS