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 |
How AngularJS handle data binding?
What is pipe in rxjs?
Can angularjs connect to database?
When to use ngoninit and constructor in angular 2?
What is route guards?
What is the main thing that you would need to change if you were migrating from angularjs 1.4 to angularjs?
Explain the difference between angular.js and backbone.js?
Explain service workers in angular js?
What is router outlet in angular?
What are the web application security risks that a web developer should avoid while doing development using angularjs?
Explain about angularjs value?
What classes should I not add to module's declarations in angular 4?