Unregistering Interceptors
// Inside an interceptor
unregister( 'preProcess' );
// From the interceptor service
controller.getInterceptorService()
.unregister( interceptorName="MyInterceptor", state="preProcess" );Last updated
Was this helpful?