@koalarx/ui
Version:
Koala UI is a modern and accessible component library designed to speed up interface development in Angular projects. With simple integration and clear documentation, you can easily build robust and visually appealing applications.
17 lines (12 loc) • 579 B
TypeScript
import { HttpErrorResponse } from '@angular/common/http';
import * as i0 from '@angular/core';
declare function isEmpty(value: any): boolean;
declare function generateQuerySelector(elem: HTMLElement): string;
declare class HttpErrorFeedbackAlert {
private readonly snackbar;
private readonly appConfig;
tapError(error: HttpErrorResponse): void;
static ɵfac: i0.ɵɵFactoryDeclaration<HttpErrorFeedbackAlert, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<HttpErrorFeedbackAlert>;
}
export { HttpErrorFeedbackAlert, generateQuerySelector, isEmpty };