What is interceptor in angularjs?
Answer / Shiv Shambhu Kumar
An Interceptor in AngularJS is a service that can be used to intercept HTTP requests and responses. It allows you to modify or transform the request or response data, add headers, handle errors, etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is tree shaking?
Describe the angularjs boot process.
How can we share data between controllers?
Explain e2e testing of angular js applications.
What is $https and $log services in angularjs?
What is the difference between ng-model and ng-bind in angularjs?
Explain the types of linking function?
What is angular module factory?
What is scope hierarchy? How many scopes can an application have?
What is $scope and $rootScope?
Explain what is angular expression? Explain what is the key difference between angular expressions and javascript expressions?
On which types of component can we create a custom directive?