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
Angular 4 cookie vs token authentication?
What are the new features of angular 2? Why you used angular 2?
What is angular unit testing?
Do you know what is scope in angular.js?
What is hashlocationstrategy?
What is ngoninit in angular?
What is route guards?
What is routing concept in angularjs?
Can we have any service for ngfor and ngif in angular?
What is Dependency Injection in Angular 4?
What is currency filter?
What is ng template in angular?
What is ngzone used for?
How to rollback the whole object when navigating back to a page managed by angular router in angular 8?
Explain what are directives ? Mention some of the most commonly used directives in Angular.js application ?