UNPKG

@rxap/ngx-error

Version:

This package provides a comprehensive error handling solution for Angular applications, including interceptors, services, and UI components to display different types of errors in a user-friendly dialog. It supports handling of generic errors, HTTP errors

4 lines (3 loc) 239 B
import { HttpEvent, HttpHandlerFn, HttpRequest } from '@angular/common/http'; import { Observable } from 'rxjs'; export declare function HttpErrorInterceptor(req: HttpRequest<unknown>, next: HttpHandlerFn): Observable<HttpEvent<unknown>>;