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 |
Can angular applications (ng-app) be nested within each other?
What is the difference between activatedroute and activatedroutesnapshot?
How does oauth 2.0 work?
Which is the core module in angularjs?
How would you specify that a scope variable should have one-time binding only?
What is viewchild and contentchild in angularjs?
How does lazy loading work?
What is angular module factory?
What Is Ng-View In AngularJS?
How many modules can be used in a single html page?
What is ivy in angular?
What is the difference between $scope and scope in angularjs?