Base solution for your next web application
Open Closed

Handle Error in Angular App #4267


User avatar
0
ajayak created

Hi,

In my scenario, I don't want to show default popup box showing Exception message. I have written my code in error handler to show error in a different way. How can I disable default error box in one specific scenario?


2 Answer(s)
  • User Avatar
    0
    alper created
    Support Team

    hi,

    There's a Github issue about that. You can follow that. <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero-core/issues/631">https://github.com/aspnetzero/aspnet-ze ... issues/631</a>

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @ajayak,

    If it is a rare usage, you can directly use angular's http service to make your request and handle the returned message as you like.