@alauda-fe/common
Version:
Alauda frontend team common codes.
11 lines (10 loc) • 509 B
TypeScript
import { TranslateService } from '../../translate/public-api';
import { ErrorMapperInterface } from './types';
import * as i0 from "@angular/core";
export declare class DefaultErrorsMapperService implements ErrorMapperInterface {
private readonly translate;
constructor(translate: TranslateService);
map(key: string, error: any): string;
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultErrorsMapperService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<DefaultErrorsMapperService>;
}