UNPKG

@asi-ngtools/lib

Version:

This project is a little components library, simple to use, which will help you to simplify your project.

17 lines (16 loc) 581 B
import { DefaultControlValueAccessor } from './../common/default-control-value-accessor'; import { FormControl } from '@angular/forms'; import { OnInit } from '@angular/core'; export declare class AsiIbanFRInputComponent extends DefaultControlValueAccessor implements OnInit { class: string; label: string; placeholder: string; labelPosition: 'top' | 'left' | 'right' | 'bottom' | 'bottom-center' | 'top-center'; bank: string; branch: string; account: string; key: string; countryControl: FormControl; constructor(); ngOnInit(): void; }