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 would you update angular 6 to angular 7?
Explain the differences between one-way binding and two-way binding.
What is @ngmodule?
What is the second argument in watch?
What is the use of custom directive in angular 2?
Angular 4 grid with crud operations what is angular router?
Why would you use renderer methods instead of using native element methods?
What is bootstrap array in angular 2?
What is the usage of controllers in angularjs?
What is pipes?
What is aot compilation? Why use in angular 2?
What do you understand by linking function?