update many things

This commit is contained in:
2026-05-04 20:02:10 +03:30
parent 797aecd489
commit ec452bca22
72 changed files with 1375 additions and 606 deletions
@@ -4,7 +4,7 @@ import { FormControl, ReactiveFormsModule } from '@angular/forms';
@Component({
selector: 'field-sku',
template: `<catalog-sku-select label="شناسه‌ی کالا" [control]="control" [name]="name" />`,
template: `<catalog-sku-select label="شناسه کالا" [control]="control" [name]="name" />`,
imports: [ReactiveFormsModule, CatalogSkuSelectComponent],
})
export class SkuComponent {