@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
23 lines (22 loc) • 1.33 kB
TypeScript
export * from './lib/open-api-http-response-error/open-api-http-response-error-dialog-data';
export * from './lib/open-api-http-response-error/open-api-http-response-error.component';
export * from './lib/open-api-http-response-error/open-api-http-response-error.service';
export * from './lib/message-http-error/message-http-error-dialog-data';
export * from './lib/message-http-error/message-http-error.component';
export * from './lib/message-http-error/message-http-error.service';
export * from './lib/error-dialog/error-dialog.component';
export * from './lib/error/angular-error-dialog-data';
export * from './lib/error/angular-error.component';
export * from './lib/error/angular-error.service';
export * from './lib/code-http-error/code-http-error-dialog-data';
export * from './lib/code-http-error/code-http-error.component';
export * from './lib/code-http-error/code-http-error.service';
export * from './lib/any-http-error/any-http-error-dialog-data';
export * from './lib/any-http-error/any-http-error.component';
export * from './lib/any-http-error/any-http-error.service';
export * from './lib/error-capture.service';
export * from './lib/error-handler';
export * from './lib/error-interceptor-options';
export * from './lib/http-error-interceptor';
export * from './lib/tokens';
export * from './lib/utilities';