InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
What is Bootstrapping in AngularJS |
|
Answer» What is Bootstrapping in AngularJS |
|
| 2. |
Example of using filter in an Angular controller: |
|
Answer» Example of using filter in an Angular controller |
|
| 3. |
What is use of ng-init directive in angular |
|
Answer» What is use of NG-init directive in angular |
|
| 4. |
Explain bootstrapping in Angular? |
|
Answer» Explain bootstrapping in Angular? |
|
| 5. |
Some basic of Angular 2? |
|
Answer» Some basic of ANGULAR 2? |
|
| 6. |
What are the different task which directives performs in AngularJS |
|
Answer» What are the different task which directives performs in AngularJS |
|
| 7. |
Six main difference between React and Angular |
|
Answer» Six main DIFFERENCE between React and Angular |
|
| 8. |
Write down 11 main difference between Angular and React? |
|
Answer» Write down 11 main difference between Angular and React? |
|
| 9. |
Ways of Bootstrapping in Angular |
|
Answer» WAYS of Bootstrapping in Angular There are 2 ways of Bootstrapping in Angular (1)Automatic Bootstrapping (2)Manual Bootstrapping (1)Automatic Bootstrapping:-When we add ng-app directive in HTML or Body tag of HTML then Angular is auto-bootstrapped to the application. Once AngularJS finds the ng-app directive , it loads the module associated with it and then COMPILES the DOM. (2)Manual Bootstrapping:-In this INITIALIZATION HAPPEN inside the script after app is created. |
|
| 10. |
Define the ng-content Directive |
|
Answer» Define the NG content Directive |
|
| 11. |
How to link AngularJS Script file with HTML |
|
Answer» How to link AngularJS Script FILE with HTML |
|
| 12. |
Define ng-if directive |
|
Answer» Define ng-if directive |
|
| 13. |
What is Transpiling in Angular? |
|
Answer» What is Transpiling in Angular? |
|