File tree Expand file tree Collapse file tree
MangoAPI.Client/src/app/components/settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// noinspection TypeScriptUnresolvedVariable
22import { Component , OnDestroy , OnInit } from '@angular/core' ;
33import { ErrorNotificationService } from 'src/app/services/messenger/error-notification.service' ;
4- import { ContactsService } from 'src/app/services/api/contacts.service' ;
54import { TokensService } from '../../services/messenger/tokens.service' ;
65import { UpdateUserSocialsCommand } from '../../types/requests/UpdateUserSocialsCommand' ;
76import { ChangePasswordCommand } from '../../types/requests/ChangePasswordCommand' ;
@@ -10,7 +9,7 @@ import { User } from '../../types/models/User';
109import { ValidationService } from '../../services/messenger/validation.service' ;
1110import { UpdateAccountInformationCommand } from '../../types/requests/UpdateAccountInformationCommand' ;
1211import { SessionService } from '../../services/api/session.service' ;
13- import { Event , Router } from '@angular/router' ;
12+ import { Router } from '@angular/router' ;
1413import { firstValueFrom , Subject , takeUntil } from 'rxjs' ;
1514import { RoutingConstants } from 'src/app/types/constants/RoutingConstants' ;
1615import { AppInfoService } from 'src/app/services/api/app-info.service' ;
You can’t perform that action at this time.
0 commit comments