UNPKG

lamb-web-lib

Version:

LambWebLib. Es un proyecto angular de tipo Librería. que contiene una Suit de componentes reutilizables para el proyecto [Lamb Financial](https://lamb.upeu.edu.pe).

14 lines (13 loc) 468 B
import { OnInit } from '@angular/core'; import { FormGroup } from '@angular/forms'; import { LambToolsService } from './services/tools.service'; export declare class LambShowErrorComponent implements OnInit { private lambtoolService; controlName: string; group: FormGroup; constructor(lambtoolService: LambToolsService); ngOnInit(): void; getControlErrors(): any; mustShowErrors(): boolean; readonly getMsmError: string; }