|
92 | 92 |
|
93 | 93 |
|
94 | 94 | ### 5. Service
|
95 |
| - - What is difference between services and factory? |
96 |
| - - How do you share data between controllers? |
97 |
| - - How would you make an Angular service return a promise? Write a code snippet as an example? |
98 |
| - - What is the role of services in AngularJS and name any services made available by default? |
99 |
| - - What is an interceptor? |
100 |
| - - What are common uses of an interceptor in AngularJS? |
101 |
| - - How would you implement application-wide exception handling in your Angular app? |
102 |
| - - In angular, what does the calls to the HTTP methods return? |
103 |
| - - Using the Angular Http module to make a request, which method is used to listen for an emitted response? |
104 |
| - - An Angular class that used to create an instance that will be an argument to the request method of http is? |
| 95 | + |
| 96 | +|Sl.No| Questions | |
| 97 | +|-----|------------------------------------------------------------------------------------------------------| |
| 98 | +| 01. |[What is difference between services and factory?](#q-what-is-difference-between-services-and-factory)| |
| 99 | +| 02. |[How do you share data between controllers?](#q-how-do-you-share-data-between-controllers)| |
| 100 | +| 03. |[How would you make an Angular service return a promise? Write a code snippet as an example?](#q-how-would-you-make-an-angular-service-return-a-promise--write-a-code-snippet-as-an-example)| |
| 101 | +| 04. |[What is the role of services in AngularJS and name any services made available by default?](#q-what-is-the-role-of-services-in-angularjs-and-name-any-services-made-available-by-default)| |
| 102 | +| 05. |[What is an interceptor?](#q-what-is-an-interceptor)| |
| 103 | +| 06. |[What are common uses of an interceptor in AngularJS?](#q-what-are-common-uses-of-an-interceptor-in-angularjs)| |
| 104 | +| 07. |[How would you implement application-wide exception handling in your Angular app?](#q-how-would-you-implement-application-wide-exception-handling-in-your-angular-app)| |
| 105 | +| 08. |[In angular, what does the calls to the HTTP methods return?](#q-in-angular--what-does-the-calls-to-the-http-methods-return)| |
| 106 | +| 09. |[Using the Angular Http module to make a request, which method is used to listen for an emitted response?](#q-using-the-angular-http-module-to-make-a-request--which-method-is-used-to-listen-for-an-emitted-response)| |
| 107 | +| 10. |[An Angular class that used to create an instance that will be an argument to the request method of http is?](#q-an-angular-class-that-used-to-create-an-instance-that-will-be-an-argument-to-the-request-method-of-http-is)| |
105 | 108 |
|
106 | 109 |
|
107 | 110 | ### 6. Misc
|
|
0 commit comments