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 |
Define services in angularjs.
What is [( ngmodel )]?
Explain ng-click directive angularjs?
Why is dom used?
How to viewing the angular 4 apps in a browser using ionic 3 cli?
What is $locale service?
What is the sequence of Angular Lifecycle Hooks?
What is @outputs in angular 2?
What is difference between factory service and provider in angularjs?
Can we set an angular variable from php session variable without sending an http request?
What is a component in angular 2?
How we can set http request header in angular 2 and angular 4?