Feat/form request add user
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
5 import { TempUser } from '../../../models/temp-user.model'; 6 import { User } from '../../../models/user.model'; 7 import { TypeModalProfile } from '../../../profile/enum/TypeModalProfile.enum'; 8 import { ProfileService } from '../../../profile/services/profile.service'; 9 import { AuthService } from '../../../services/auth.service'; 10 import { StructureService } from '../../../services/structure.service'; 11 import { CustomRegExp } from '../../../utils/CustomRegExp'; 12 import { FunctionTypeModalOptions } from '../../enum/functionTypeModalOptions.enum'; 13 import { MustMatch } from '../../validator/form'; 14 15 @Component({ 16 selector: 'app-structure-options-modal', 17 templateUrl: './structure-options-modal.component.html', 18 styleUrls: ['./structure-options-modal.component.scss'], 19 }) 20 export class StructureOptionsModalComponent implements OnInit { mentioned in commit 1835b479
Please register or sign in to reply