MCPcopy Create free account

hub / github.com/abhi9720/BankingPortal-UI / functions

Functions125 in github.com/abhi9720/BankingPortal-UI

↓ 18 callersMethodhide
()
src/app/services/loadermodel.service.ts:17
↓ 12 callersMethodshow
(message: string)
src/app/services/loadermodel.service.ts:12
↓ 4 callersMethodgetAccountNumberFromToken
()
src/app/components/transaction/transaction.component.ts:22
↓ 3 callersFunctionpasswordMismatch
( controlName: string, matchingControlName: string )
src/app/util/formutil.ts:3
↓ 2 callersMethodcheckPinCreated
()
src/app/services/api.service.ts:16
↓ 2 callersMethodfilterTransactions
()
src/app/components/transaction-history/transaction-history.component.ts:58
↓ 2 callersMethodgetUserDetails
()
src/app/services/auth.service.ts:23
↓ 2 callersMethodinitDepositForm
()
src/app/components/deposit/deposit.component.ts:29
↓ 2 callersMethodinitPinChangeForm
()
src/app/components/account-pin/account-pin.component.ts:67
↓ 2 callersMethodinitWithDrawForm
()
src/app/components/withdraw/withdraw.component.ts:29
↓ 2 callersFunctioninvalidPhoneNumber
()
src/app/services/country-code.service.ts:5
↓ 1 callersMethodcheckPINStatus
()
src/app/components/dashboard/dashboard.component.ts:21
↓ 1 callersMethodcheckScreenSize
()
src/app/components/sidebar/sidebar.component.ts:19
↓ 1 callersMethodcreatePin
(pin: string, password: string)
src/app/services/api.service.ts:21
↓ 1 callersMethoddeposit
(amount: string, pin: string)
src/app/services/api.service.ts:46
↓ 1 callersMethodfundTransfer
(amount: string, pin: string, targetAccountNumber: number)
src/app/services/api.service.ts:54
↓ 1 callersMethodgetAccountDetails
()
src/app/components/accountdetailcard/accountdetailcard.component.ts:23
↓ 1 callersMethodgetTransactions
()
src/app/services/api.service.ts:63
↓ 1 callersMethodgetUserProfileData
()
src/app/components/userprofilecard/userprofilecard.component.ts:19
↓ 1 callersMethodgetUserProfileData
()
src/app/components/profile/profile.component.ts:54
↓ 1 callersMethodinitFundTransferForm
()
src/app/components/fund-transfer/fund-transfer.component.ts:29
↓ 1 callersMethodinitLoginForm
()
src/app/components/login/login.component.ts:32
↓ 1 callersMethodinitializeYearAndMonthLists
()
src/app/components/transaction-linechart/transaction-linechart.component.ts:63
↓ 1 callersMethodisLoggedIn
()
src/app/components/header/header.component.ts:22
↓ 1 callersMethodisLoggedIn
()
src/app/services/auth.service.ts:51
↓ 1 callersMethodloadTransactionHistory
()
src/app/components/transaction-history/transaction-history.component.ts:26
↓ 1 callersMethodlogOutUser
()
src/app/services/auth.service.ts:74
↓ 1 callersMethodlogin
(identifier: string, password: string)
src/app/services/auth.service.ts:43
↓ 1 callersMethodregisterUser
(data: any)
src/app/services/auth.service.ts:19
↓ 1 callersMethodsendOtpForPasswordReset
(identifier: string)
src/app/services/auth.service.ts:79
↓ 1 callersMethodupdateChart
()
src/app/components/transaction-chart/transaction-chart.component.ts:41
↓ 1 callersMethodupdateChart
()
src/app/components/daily-transaction-piechart/daily-transaction-piechart.component.ts:48
↓ 1 callersMethodupdateChart
* Updates the line chart data based on the selected year and month. * @returns void
src/app/components/transaction-linechart/transaction-linechart.component.ts:77
↓ 1 callersMethodupdatePin
(oldPin: string, newPin: string, password: string)
src/app/services/api.service.ts:29
↓ 1 callersMethodupdateUserProfile
(payload: any)
src/app/services/auth.service.ts:27
↓ 1 callersMethodverifyOtpForPasswordReset
(identifier: string, otp: string)
src/app/services/auth.service.ts:84
↓ 1 callersMethodwithdraw
(amount: string, pin: string)
src/app/services/api.service.ts:38
MethodcanActivate
(state: RouterStateSnapshot)
src/app/guards/auth.guard.ts:14
MethodcheckScreenSize
()
src/app/components/header/header.component.ts:26
Methodconstructor
(private authService: AuthService, private router: Router, private toastService: ToastService)
src/app/auth.interceptor.ts:21
Methodconstructor
(private fb: FormBuilder, private router: Router, private toastService: ToastService, private loader: Loadermo
src/app/components/reset-password/reset-password.component.ts:34
Methodconstructor
()
src/app/components/transaction-chart/transaction-chart.component.ts:35
Methodconstructor
( private fb: FormBuilder, private apiService: ApiService, private _toastService: ToastService,
src/app/components/withdraw/withdraw.component.ts:17
Methodconstructor
(private apiService: ApiService)
src/app/components/transaction-history/transaction-history.component.ts:19
Methodconstructor
( private authService: AuthService, private toastService: ToastService, private router: Router,
src/app/components/otp/otp.component.ts:21
Methodconstructor
(private authService: AuthService)
src/app/components/userprofilecard/userprofilecard.component.ts:13
Methodconstructor
( private fb: FormBuilder, private apiService: ApiService, private _toastService: ToastService,
src/app/components/fund-transfer/fund-transfer.component.ts:17
Methodconstructor
( private authService: AuthService, private _toastService: ToastService )
src/app/components/register/register.component.ts:22
Methodconstructor
( private authService: AuthService, private _toastService: ToastService )
src/app/components/profile/profile.component.ts:19
Methodconstructor
(private authservice: AuthService)
src/app/components/sidebar/sidebar.component.ts:13
Methodconstructor
(public authService: AuthService, private router: Router)
src/app/components/home/home.component.ts:13
Methodconstructor
()
src/app/components/transaction-linechart/transaction-linechart.component.ts:56
Methodconstructor
( private apiService: ApiService, private _toastService: ToastService )
src/app/components/accountdetailcard/accountdetailcard.component.ts:14
Methodconstructor
( private authService: AuthService, private router: Router, private _toastService: ToastService
src/app/components/header/header.component.ts:16
Methodconstructor
( private fb: FormBuilder, private apiService: ApiService, private _toastService: ToastService,
src/app/components/deposit/deposit.component.ts:17
Methodconstructor
(public loadermodelService: LoadermodelService)
src/app/components/loader/loader.component.ts:11
Methodconstructor
( private apiService: ApiService, private _toastService: ToastService, private router: Router,
src/app/components/account-pin/account-pin.component.ts:22
Methodconstructor
( private router: Router, private fb: FormBuilder, private authService: AuthService, private _
src/app/components/login/login.component.ts:20
Methodconstructor
(private apiService: ApiService, private router: Router)
src/app/components/dashboard/dashboard.component.ts:14
Methodconstructor
()
src/app/components/monthly-transaction-chart/monthly-transaction-chart.component.ts:37
Methodconstructor
()
src/app/components/transaction/transaction.component.ts:20
Methodconstructor
()
src/app/components/daily-transaction-chart/daily-transaction-chart.component.ts:32
Methodconstructor
(private authService: AuthService, private router: Router)
src/app/guards/auth.guard.ts:12
Methodconstructor
(private http: HttpClient, private router: Router)
src/app/services/auth.service.ts:17
Methodconstructor
()
src/app/services/loadermodel.service.ts:10
Methodconstructor
(private http: HttpClient)
src/app/services/api.service.ts:12
MethodexportToExcel
()
src/app/components/donwloadtransactions/donwloadtransactions.component.ts:11
Methodf
()
src/app/components/reset-password/reset-password.component.ts:55
Methodf
()
src/app/components/register/register.component.ts:53
Methodf
()
src/app/components/profile/profile.component.ts:46
MethodgenerateOTP
()
src/app/components/otp/otp.component.ts:55
MethodgenerateOTP
(identifier: string)
src/app/services/auth.service.ts:31
MethodgetAccountDetails
()
src/app/services/api.service.ts:67
MethodgetMessage
()
src/app/services/loadermodel.service.ts:26
MethodgetTransactionStatus
(transaction: TransactionComponent)
src/app/components/transaction-history/transaction-history.component.ts:45
Methodintercept
(request: HttpRequest<unknown>, next: HttpHandler)
src/app/auth.interceptor.ts:23
MethodisLoggedIn
()
src/app/components/sidebar/sidebar.component.ts:23
MethodisShown
()
src/app/services/loadermodel.service.ts:22
Methodlogout
()
src/app/components/header/header.component.ts:30
MethodngOnInit
()
src/app/components/reset-password/reset-password.component.ts:63
MethodngOnInit
()
src/app/components/transaction-chart/transaction-chart.component.ts:37
MethodngOnInit
()
src/app/components/withdraw/withdraw.component.ts:25
MethodngOnInit
()
src/app/components/transaction-history/transaction-history.component.ts:21
MethodngOnInit
()
src/app/components/otp/otp.component.ts:28
MethodngOnInit
()
src/app/components/userprofilecard/userprofilecard.component.ts:15
MethodngOnInit
()
src/app/components/fund-transfer/fund-transfer.component.ts:25
MethodngOnInit
()
src/app/components/register/register.component.ts:27
MethodngOnInit
()
src/app/components/profile/profile.component.ts:24
MethodngOnInit
()
src/app/components/daily-transaction-piechart/daily-transaction-piechart.component.ts:37
MethodngOnInit
()
src/app/components/sidebar/sidebar.component.ts:14
MethodngOnInit
()
src/app/components/home/home.component.ts:15
MethodngOnInit
()
src/app/components/transaction-linechart/transaction-linechart.component.ts:58
MethodngOnInit
()
src/app/components/accountdetailcard/accountdetailcard.component.ts:19
MethodngOnInit
()
src/app/components/deposit/deposit.component.ts:25
MethodngOnInit
()
src/app/components/account-pin/account-pin.component.ts:29
MethodngOnInit
()
src/app/components/login/login.component.ts:28
MethodngOnInit
()
src/app/components/dashboard/dashboard.component.ts:16
MethodngOnInit
()
src/app/components/monthly-transaction-chart/monthly-transaction-chart.component.ts:39
MethodngOnInit
()
src/app/components/daily-transaction-chart/daily-transaction-chart.component.ts:34
MethodonClose
()
src/app/components/pin-creation-model/pin-creation-model.component.ts:12
next →1–100 of 125, ranked by callers