NestJS - Interceptors
Which of the following is the correct way to implement the
intercept method in a NestJS LoggingInterceptor?intercept method in a NestJS LoggingInterceptor?context and next. It must return next.handle() to continue the request lifecycle.next.handle(). Options A, C, and D either miss parameters or do not return the observable.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions