What components can be defined within AngularJS modules?
Answer Posted / deepak khantwal
The following components can be defined using AngularJS modules:
1. Directives
2. Filters
3. Controller
4. Factory
5. Service
6. Provider
7. Value
8. Config Settings and Routes
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is injector tree?
What is cross site script inclusion (xssi)?
What is the purpose of transclusion?
How do you share data between controllers?
Can AngularJS have multiple ng-app directives in a single page?
What is a single page application or spa?
Mention what are the advantages of using angularjs?
What is a template reference variable?
How angular js integrates with html?
Define ng-if, ng-show and ng-hide.
Write a code to upload an image in angularjs?
What is injector?
What is rx observable?
Is angular easy to learn?
Explain the difference between angular service and factory? Explain