What is the provider method in angularjs?
Answer / Neeti
The Provider is an AngularJS factory function used to create services, factories, or values. It allows you to configure your service before it's instantiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you select a custom component to style it?
What is a singleton pattern?
Explain the difference between angular 2 modules vs. Javascript modules
What is binding in js?
What are the new features in angular 4?
Which of the Angular life cycle component execution happens when a data-bound input value updates?
Explain life cycle in angular?
How will you implement internationalization in angularjs?
Format date time in angular js?
What is the difference between $http and $resource?
What are the data bindings m angular?
What is scope hierarchy? How many scopes can an application have?