init
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<form [formGroup]="form" class="w-full flex flex-col gap-4" (ngSubmit)="submit()">
|
||||
<app-input label="نام" name="firstName" size="large" [control]="form.controls.firstName" />
|
||||
<app-input label="نام خانوادگی" name="lastName" size="large" [control]="form.controls.lastName" />
|
||||
<app-gender-select [control]="form.controls.gender" size="large" />
|
||||
<!-- <app-gender-select [control]="form.controls.gender" size="large" /> -->
|
||||
<app-input
|
||||
label="شماره تلفن همراه"
|
||||
name="mobile"
|
||||
|
||||
@@ -3,7 +3,7 @@ import { ISignupRequestPayload, IUserLoginInfo, Maybe, TRoles } from '@/core/mod
|
||||
import { ToastService } from '@/core/services/toast.service';
|
||||
import { mobileValidator, MustMatch } from '@/core/validators';
|
||||
import { password } from '@/core/validators/password.validator';
|
||||
import { GenderSelectComponent } from '@/shared/catalog';
|
||||
// import { GenderSelectComponent } from '@/shared/catalog';
|
||||
import { InputComponent } from '@/shared/components';
|
||||
import { UikitFieldComponent } from '@/uikit/uikit-field.component';
|
||||
import { CommonModule } from '@angular/common';
|
||||
@@ -33,7 +33,7 @@ import { RadioButtonModule } from 'primeng/radiobutton';
|
||||
InputGroupAddonModule,
|
||||
UikitFieldComponent,
|
||||
InputComponent,
|
||||
GenderSelectComponent,
|
||||
// GenderSelectComponent,
|
||||
],
|
||||
})
|
||||
export class SignupComponent {
|
||||
|
||||
Reference in New Issue
Block a user