Skip to content

Commit a8db414

Browse files
committed
Update README.md
1 parent 9a27b30 commit a8db414

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,16 +92,19 @@
9292

9393

9494
### 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)|
105108

106109

107110
### 6. Misc

0 commit comments

Comments
 (0)