Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abhi9720/BankingPortal-UI
/ functions
Functions
125 in github.com/abhi9720/BankingPortal-UI
⨍
Functions
125
◇
Types & classes
68
↓ 18 callers
Method
hide
()
src/app/services/loadermodel.service.ts:17
↓ 12 callers
Method
show
(message: string)
src/app/services/loadermodel.service.ts:12
↓ 4 callers
Method
getAccountNumberFromToken
()
src/app/components/transaction/transaction.component.ts:22
↓ 3 callers
Function
passwordMismatch
( controlName: string, matchingControlName: string )
src/app/util/formutil.ts:3
↓ 2 callers
Method
checkPinCreated
()
src/app/services/api.service.ts:16
↓ 2 callers
Method
filterTransactions
()
src/app/components/transaction-history/transaction-history.component.ts:58
↓ 2 callers
Method
getUserDetails
()
src/app/services/auth.service.ts:23
↓ 2 callers
Method
initDepositForm
()
src/app/components/deposit/deposit.component.ts:29
↓ 2 callers
Method
initPinChangeForm
()
src/app/components/account-pin/account-pin.component.ts:67
↓ 2 callers
Method
initWithDrawForm
()
src/app/components/withdraw/withdraw.component.ts:29
↓ 2 callers
Function
invalidPhoneNumber
()
src/app/services/country-code.service.ts:5
↓ 1 callers
Method
checkPINStatus
()
src/app/components/dashboard/dashboard.component.ts:21
↓ 1 callers
Method
checkScreenSize
()
src/app/components/sidebar/sidebar.component.ts:19
↓ 1 callers
Method
createPin
(pin: string, password: string)
src/app/services/api.service.ts:21
↓ 1 callers
Method
deposit
(amount: string, pin: string)
src/app/services/api.service.ts:46
↓ 1 callers
Method
fundTransfer
(amount: string, pin: string, targetAccountNumber: number)
src/app/services/api.service.ts:54
↓ 1 callers
Method
getAccountDetails
()
src/app/components/accountdetailcard/accountdetailcard.component.ts:23
↓ 1 callers
Method
getTransactions
()
src/app/services/api.service.ts:63
↓ 1 callers
Method
getUserProfileData
()
src/app/components/userprofilecard/userprofilecard.component.ts:19
↓ 1 callers
Method
getUserProfileData
()
src/app/components/profile/profile.component.ts:54
↓ 1 callers
Method
initFundTransferForm
()
src/app/components/fund-transfer/fund-transfer.component.ts:29
↓ 1 callers
Method
initLoginForm
()
src/app/components/login/login.component.ts:32
↓ 1 callers
Method
initializeYearAndMonthLists
()
src/app/components/transaction-linechart/transaction-linechart.component.ts:63
↓ 1 callers
Method
isLoggedIn
()
src/app/components/header/header.component.ts:22
↓ 1 callers
Method
isLoggedIn
()
src/app/services/auth.service.ts:51
↓ 1 callers
Method
loadTransactionHistory
()
src/app/components/transaction-history/transaction-history.component.ts:26
↓ 1 callers
Method
logOutUser
()
src/app/services/auth.service.ts:74
↓ 1 callers
Method
login
(identifier: string, password: string)
src/app/services/auth.service.ts:43
↓ 1 callers
Method
registerUser
(data: any)
src/app/services/auth.service.ts:19
↓ 1 callers
Method
sendOtpForPasswordReset
(identifier: string)
src/app/services/auth.service.ts:79
↓ 1 callers
Method
updateChart
()
src/app/components/transaction-chart/transaction-chart.component.ts:41
↓ 1 callers
Method
updateChart
()
src/app/components/daily-transaction-piechart/daily-transaction-piechart.component.ts:48
↓ 1 callers
Method
updateChart
* 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 callers
Method
updatePin
(oldPin: string, newPin: string, password: string)
src/app/services/api.service.ts:29
↓ 1 callers
Method
updateUserProfile
(payload: any)
src/app/services/auth.service.ts:27
↓ 1 callers
Method
verifyOtpForPasswordReset
(identifier: string, otp: string)
src/app/services/auth.service.ts:84
↓ 1 callers
Method
withdraw
(amount: string, pin: string)
src/app/services/api.service.ts:38
Method
canActivate
(state: RouterStateSnapshot)
src/app/guards/auth.guard.ts:14
Method
checkScreenSize
()
src/app/components/header/header.component.ts:26
Method
constructor
(private authService: AuthService, private router: Router, private toastService: ToastService)
src/app/auth.interceptor.ts:21
Method
constructor
(private fb: FormBuilder, private router: Router, private toastService: ToastService, private loader: Loadermo
src/app/components/reset-password/reset-password.component.ts:34
Method
constructor
()
src/app/components/transaction-chart/transaction-chart.component.ts:35
Method
constructor
( private fb: FormBuilder, private apiService: ApiService, private _toastService: ToastService,
src/app/components/withdraw/withdraw.component.ts:17
Method
constructor
(private apiService: ApiService)
src/app/components/transaction-history/transaction-history.component.ts:19
Method
constructor
( private authService: AuthService, private toastService: ToastService, private router: Router,
src/app/components/otp/otp.component.ts:21
Method
constructor
(private authService: AuthService)
src/app/components/userprofilecard/userprofilecard.component.ts:13
Method
constructor
( private fb: FormBuilder, private apiService: ApiService, private _toastService: ToastService,
src/app/components/fund-transfer/fund-transfer.component.ts:17
Method
constructor
( private authService: AuthService, private _toastService: ToastService )
src/app/components/register/register.component.ts:22
Method
constructor
( private authService: AuthService, private _toastService: ToastService )
src/app/components/profile/profile.component.ts:19
Method
constructor
(private authservice: AuthService)
src/app/components/sidebar/sidebar.component.ts:13
Method
constructor
(public authService: AuthService, private router: Router)
src/app/components/home/home.component.ts:13
Method
constructor
()
src/app/components/transaction-linechart/transaction-linechart.component.ts:56
Method
constructor
( private apiService: ApiService, private _toastService: ToastService )
src/app/components/accountdetailcard/accountdetailcard.component.ts:14
Method
constructor
( private authService: AuthService, private router: Router, private _toastService: ToastService
src/app/components/header/header.component.ts:16
Method
constructor
( private fb: FormBuilder, private apiService: ApiService, private _toastService: ToastService,
src/app/components/deposit/deposit.component.ts:17
Method
constructor
(public loadermodelService: LoadermodelService)
src/app/components/loader/loader.component.ts:11
Method
constructor
( private apiService: ApiService, private _toastService: ToastService, private router: Router,
src/app/components/account-pin/account-pin.component.ts:22
Method
constructor
( private router: Router, private fb: FormBuilder, private authService: AuthService, private _
src/app/components/login/login.component.ts:20
Method
constructor
(private apiService: ApiService, private router: Router)
src/app/components/dashboard/dashboard.component.ts:14
Method
constructor
()
src/app/components/monthly-transaction-chart/monthly-transaction-chart.component.ts:37
Method
constructor
()
src/app/components/transaction/transaction.component.ts:20
Method
constructor
()
src/app/components/daily-transaction-chart/daily-transaction-chart.component.ts:32
Method
constructor
(private authService: AuthService, private router: Router)
src/app/guards/auth.guard.ts:12
Method
constructor
(private http: HttpClient, private router: Router)
src/app/services/auth.service.ts:17
Method
constructor
()
src/app/services/loadermodel.service.ts:10
Method
constructor
(private http: HttpClient)
src/app/services/api.service.ts:12
Method
exportToExcel
()
src/app/components/donwloadtransactions/donwloadtransactions.component.ts:11
Method
f
()
src/app/components/reset-password/reset-password.component.ts:55
Method
f
()
src/app/components/register/register.component.ts:53
Method
f
()
src/app/components/profile/profile.component.ts:46
Method
generateOTP
()
src/app/components/otp/otp.component.ts:55
Method
generateOTP
(identifier: string)
src/app/services/auth.service.ts:31
Method
getAccountDetails
()
src/app/services/api.service.ts:67
Method
getMessage
()
src/app/services/loadermodel.service.ts:26
Method
getTransactionStatus
(transaction: TransactionComponent)
src/app/components/transaction-history/transaction-history.component.ts:45
Method
intercept
(request: HttpRequest<unknown>, next: HttpHandler)
src/app/auth.interceptor.ts:23
Method
isLoggedIn
()
src/app/components/sidebar/sidebar.component.ts:23
Method
isShown
()
src/app/services/loadermodel.service.ts:22
Method
logout
()
src/app/components/header/header.component.ts:30
Method
ngOnInit
()
src/app/components/reset-password/reset-password.component.ts:63
Method
ngOnInit
()
src/app/components/transaction-chart/transaction-chart.component.ts:37
Method
ngOnInit
()
src/app/components/withdraw/withdraw.component.ts:25
Method
ngOnInit
()
src/app/components/transaction-history/transaction-history.component.ts:21
Method
ngOnInit
()
src/app/components/otp/otp.component.ts:28
Method
ngOnInit
()
src/app/components/userprofilecard/userprofilecard.component.ts:15
Method
ngOnInit
()
src/app/components/fund-transfer/fund-transfer.component.ts:25
Method
ngOnInit
()
src/app/components/register/register.component.ts:27
Method
ngOnInit
()
src/app/components/profile/profile.component.ts:24
Method
ngOnInit
()
src/app/components/daily-transaction-piechart/daily-transaction-piechart.component.ts:37
Method
ngOnInit
()
src/app/components/sidebar/sidebar.component.ts:14
Method
ngOnInit
()
src/app/components/home/home.component.ts:15
Method
ngOnInit
()
src/app/components/transaction-linechart/transaction-linechart.component.ts:58
Method
ngOnInit
()
src/app/components/accountdetailcard/accountdetailcard.component.ts:19
Method
ngOnInit
()
src/app/components/deposit/deposit.component.ts:25
Method
ngOnInit
()
src/app/components/account-pin/account-pin.component.ts:29
Method
ngOnInit
()
src/app/components/login/login.component.ts:28
Method
ngOnInit
()
src/app/components/dashboard/dashboard.component.ts:16
Method
ngOnInit
()
src/app/components/monthly-transaction-chart/monthly-transaction-chart.component.ts:39
Method
ngOnInit
()
src/app/components/daily-transaction-chart/daily-transaction-chart.component.ts:34
Method
onClose
()
src/app/components/pin-creation-model/pin-creation-model.component.ts:12
next →
1–100 of 125, ranked by callers