|
65 | 65 |
|
66 | 66 |
|
67 | 67 | ### 3. Directives
|
68 |
| - - What are directives in angularjs? |
69 |
| - - List some built-in directives |
70 |
| - - Explain difference between 'compile' and 'link' callbacks in directive definition |
71 |
| - - List types of scopes directive can have? |
72 |
| - - How Directives are compiled? |
73 |
| - - What are the directives in angularJS? |
74 |
| - - What are different ways to invoke a directive? |
75 |
| - - What is the difference between ng-show/ng-hide and ng-if directives? |
76 |
| - - When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used? |
77 |
| - - When should you use an attribute Vs an element? |
78 |
| - - What is the role of ng-app, ng-init and ng-model directives? |
79 |
| - - How would you programatically change or adapt the template of a directive before it is executed and transformed? |
80 |
| - - What is the Router directive that can be placed on elements to navigate to a new route? |
| 68 | + |
| 69 | +|Sl.No| Questions | |
| 70 | +|-----|------------------------------------------------------------------------| |
| 71 | +| 01. |[What are directives in angularjs?](#q-what-are-directives-in-angularjs)| |
| 72 | +| 02. |[List some built-in directives](#q-list-some-built-in-directives) |
| 73 | +| 03. |[Explain difference between 'compile' and 'link' callbacks in directive definition](#q-explain-difference-between-compile-and-link-callbacks-in-directive-definition) |
| 74 | +| 04. |[List types of scopes directive can have?](#q-list-types-of-scopes-directive-can-have)| |
| 75 | +| 05. |[How Directives are compiled?](#q-how-directives-are-compiled)| |
| 76 | +| 06. |[What are the directives in angularJS?](#q-what-are-the-directives-in-angularjs)| |
| 77 | +| 07. |[What are different ways to invoke a directive?](#q-what-are-different-ways-to-invoke-a-directive)| |
| 78 | +| 08. |[What is the difference between ng-show/ng-hide and ng-if directives?](#q-what-is-the-difference-between-ng-show-ng-hide-and-ng-if-directives)| |
| 79 | +| 09. |[When creating a directive, it can be used in several different ways in the view. Which ways for using a directive do you know? How do you define the way your directive will be used?](#q-when-creating-a-directive-it-can-be-used-in-several-different-ways-in-the-view-which-ways-for-using-a-directive-do-you-know-how-do-you-define-the-way-your-directive-will-be-used)| |
| 80 | +| 10. |[When should you use an attribute Vs an element?](#q-when-should-you-use-an-attribute-vs-an-element)| |
| 81 | +| 11. |[What is the role of ng-app, ng-init and ng-model directives?](#q-what-is-the-role-of-ng-app-ng-init-and-ng-model-directives)| |
| 82 | +| 12. |[How would you programatically change or adapt the template of a directive before it is executed and transformed?](#q-how-would-you-programatically-change-or-adapt-the-template-of-a-directive-before-it-is-executed-and-transformed)| |
| 83 | +| 13. |[What is the Router directive that can be placed on elements to navigate to a new route?](#q-what-is-the-router-directive-that-can-be-placed-on-elements-to-navigate-to-a-new-route)| |
81 | 84 |
|
82 | 85 |
|
83 | 86 | ### 4. Filters
|
|
0 commit comments