Replies: 1 comment 15 replies
-
Enhancers (guards, pipes, interceptors, and filters) currently only work in contexts that have an idea of a "request". This is because it requires the |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wonder whether is it possible.
I want to set a global exception filter.
this is my
main.ts
file:this is the
app.module.ts
fileThe exception filter
Then I try to fail the program and throw an exception intentionally
But the exception handler does not do anything. Why?
Beta Was this translation helpful? Give feedback.
All reactions