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 angular 5?
How can you bypass sanitation in angular and why would you do so?
Explain .config() and .run() methods in angularjs?
What is the difference between ng-show/ng-hide and ng-if directives?
What is binding in js?
Should you use angular?
What is singleton angular?
What is the use of a filter?
What is property binding?
Explain system.config.ts file used in angular?
What is the difference between lazy loading and eager loading in angular 2?
What is the difference between angular 1(angularjs) and angular?
Can we create our own directives?
What is ngroute?
What is a decorator in angular 6?