Skip to content

Commit d65670c

Browse files
committed
Update README.md
1 parent 4a5d7b9 commit d65670c

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

README.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,28 @@
4040

4141

4242

43-
### 2. Architecture
44-
- Differences between `Provider` vs `Factory` vs `Service`?
45-
- How do you prefer to develop the data access layer which communicate with REST service?
46-
- Which service do you use: `$http` or `$resourse` or `rest-angular`?
47-
- How can you configure `$http` service?
48-
- What about `q` and promises in angularjs
49-
- Event model in angularjs?
50-
- Do you use some sort of angular style guides?
51-
- What is dependency injection? Explain difference between inline and explicit annotation?
52-
- What is auto bootstrap process in AngularJS?
53-
- What is manual bootstrap process in AngularJS?
54-
- How AngularJS is compiled?
55-
- What should be the maximum number of concurrent "watches"? How would you keep an eye on that number?
56-
- Where should we implement the DOM manipulation in AngularJS?
57-
- How works `$digest`?
58-
- What is a digest cycle in AngularJS?
59-
- Explain how $scope.$apply() works?
60-
- What makes the angular.copy() method so powerful?
61-
- What is a singleton pattern and where we can find it in AngularJS?
43+
### 2. Architecture
44+
45+
|Sl.No| Questions |
46+
|-----|-----------------------------------------------------------------------|
47+
| 01. |[What are the differences between `Provider` vs `Factory` vs `Service`?](#q-what-are-the-differences-between-provider-vs-factory-vs-service-)|
48+
| 02. |[How do you prefer to develop the data access layer which communicate with REST service?](#q-how-do-you-prefer-to-develop-the-data-access-layer-which-communicate-with-rest-service)|
49+
| 03. |[Which service do you use: `$http` or `$resourse` or `rest-angular`?](#q-which-service-do-you-use-http-or-resourse-or-rest-angular-)|
50+
| 04. |[How can you configure `$http` service?](#q-how-can-you-configure-http-service)|
51+
| 05. |[What about `q` and promises in angularjs?](#q-what-about-q-and-promises-in-angularjs)|
52+
| 06. |[Explain Event model in angularjs?](#q-explain-event-model-in-angularjs)|
53+
| 07. |[Do you use some sort of angular style guides?](#q-do-you-use-some-sort-of-angular-style-guides)|
54+
| 08. |[What is dependency injection? Explain difference between inline and explicit annotation?](#q-what-is-dependency-injection-explain-difference-between-inline-and-explicit-annotation)|
55+
| 09. |[What is auto bootstrap process in AngularJS?](#q-what-is-auto-bootstrap-process-in-angularjs)|
56+
| 10. |[What is manual bootstrap process in AngularJS?](#q-what-is-manual-bootstrap-process-in-angularjs)|
57+
| 11. |[How AngularJS is compiled?](#q-how-angularjs-is-compiled)|
58+
| 12. |[What should be the maximum number of concurrent "watches"? How would you keep an eye on that number?](#q-what-should-be-the-maximum-number-of-concurrent-watches-how-would-you-keep-an-eye-on-that-number)|
59+
| 13. |[Where should we implement the DOM manipulation in AngularJS?](#q-where-should-we-implement-the-dom-manipulation-in-angularjs)|
60+
| 14. |[How `$digest` works?](#q-how-digest-works)|
61+
| 15. |[What is a digest cycle in AngularJS?](#q-what-is-a-digest-cycle-in-angularjs)|
62+
| 16. |[Explain how $scope.$apply() works?](#q-explain-how-scope-apply-works)|
63+
| 17. |[What makes the angular.copy() method so powerful?](#q-what-makes-the-angularcopy-method-so-powerful)|
64+
| 18. |[What is a singleton pattern and where we can find it in AngularJS?](#q-what-is-a-singleton-pattern-and-where-we-can-find-it-in-angularjs)|
6265

6366

6467
### 3. Directives

0 commit comments

Comments
 (0)