feat: implement fiscal ID validation; replace fiscal code validator and update related components

This commit is contained in:
2026-05-19 20:34:20 +03:30
parent c135e1a85f
commit 2e1ad77946
26 changed files with 108 additions and 76 deletions
@@ -3,11 +3,12 @@ import { FormControl, ReactiveFormsModule } from '@angular/forms';
import { InputComponent } from '../input/input.component';
@Component({
selector: 'field-fiscal-code',
selector: 'field-fiscal-id',
template: `<app-input
label="کد مالیاتی"
label="شناسه یکتا"
[control]="control"
[name]="name"
[length]="6"
[isLtrInput]="true"
/>`,
imports: [ReactiveFormsModule, InputComponent],