@volosoft/abp.ng.theme.lepton-x
Version:
ABP Framework is a complete open-source infrastructure to create modern web applications by following the best practices and conventions of software development. This package is a part of the [ABP Framework](https://abp.io) and contains client-side files.
10 lines (9 loc) • 511 B
TypeScript
import { Validation, ValidationErrorComponent } from '@ngx-validate/core';
import * as i0 from "@angular/core";
export declare class AbpValidationErrorComponent extends ValidationErrorComponent {
get abpErrors(): Validation.Error[] & {
interpoliteParams?: string[];
};
static ɵfac: i0.ɵɵFactoryDeclaration<AbpValidationErrorComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AbpValidationErrorComponent, "abp-validation-error", never, {}, {}, never, never, false, never>;
}