InterviewSolution
Saved Bookmarks
| 1. |
What is JWT interceptor? |
|
Answer» The JWT Interceptor is used in Angular 4 to intercept HTTP requests from the application itself when the user logs in to add a JWT auth token in the Authorization header. The interceptor is implemented using the HttpInterceptor class. Note: These are BASIC Angular 4 INTERVIEW QUESTIONS and answers to PROVIDE a brief insight into Angular Development. |
|