Direction: Choose the correct option
Q1.
What is an HTTP interceptor in Angular?
Direction: Choose the correct option
Q2.
How do you create an interceptor?
Direction: Choose the correct option
Q3.
What do interceptors return?
Direction: Choose the correct option
Q4.
How do you register an interceptor?
Direction: Choose the correct option
Q5.
What is a common use case for interceptors?
Direction: Choose the correct option
Q6.
Can you have multiple interceptors?
Direction: Choose the correct option
Q7.
What is the `HttpHandler` interface?
Direction: Choose the correct option
Q8.
How do you modify a request in an interceptor?
Direction: Choose the correct option
Q9.
Can interceptors modify responses?
Direction: Choose the correct option
Q10.
How do you handle errors globally with interceptors?
