UNPKG
angular-iban
Version:
latest (19.0.0)
19.0.0
18.0.0
17.0.0
16.0.0
15.0.0
14.0.0
6.0.1
5.0.0
4.0.2
4.0.1
3.0.0
2.0.4
2.0.2
2.0.1
1.0.2
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.2
0.0.1
Angular directives and pipes for IBAN
fundsaccess.github.io/angular-iban
fundsaccess/angular-iban
angular-iban
/
lib
/
services
/
validator.service.d.ts
5 lines
(4 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
import { AbstractControl, ValidationErrors } from
'@angular/forms'
; export declare
class
ValidatorService
{ static validateIban(c: AbstractControl): ValidationErrors; }