What components can be defined within AngularJS modules?
Answer / 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 |
What is subscribe in angular?
What is ngClass directive in AngularJS?
What are the advantages of angular 2 over angular 1?
What are custom directives?
What is AngularJS?
Can you disable route guard?
How to use $scope.$Watch and $scope.$Apply in angularjs?
Why use pipes?
What happen when I import the same module twice?
What is currency filter? What are the two ways to use currency filters?
What is the role of ng-app, ng-init and ng-model directives?
Explain ng-app directive angularjs?