Question:What components can be defined within AngularJS modules?
Answer You can define following components with in your angular module: 1. Directive 2. Filter 3. Controller 4. Factory 5. Service 6. Provider 7. Value 8. Config settings and Routes
+ Report
What components can be defined within AngularJS modules?