diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 22:17:30 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-17 22:17:30 -0400 |
commit | 839a237029b66ba9e45fb0bf15097283eec23f12 (patch) | |
tree | 3e107420ada8c43769c6acd43dbd659cfe1b617a /ufund-ui/src/app/components/dashboard/dashboard.component.ts | |
parent | 065f90f1f759ed4b97dc22a02e331f7a30eb8ee3 (diff) | |
parent | 7dead0216c5847ed808bebaae106137be19784d4 (diff) | |
download | JellySolutions-839a237029b66ba9e45fb0bf15097283eec23f12.tar.gz JellySolutions-839a237029b66ba9e45fb0bf15097283eec23f12.tar.bz2 JellySolutions-839a237029b66ba9e45fb0bf15097283eec23f12.zip |
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b
Diffstat (limited to 'ufund-ui/src/app/components/dashboard/dashboard.component.ts')
-rw-r--r-- | ufund-ui/src/app/components/dashboard/dashboard.component.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ufund-ui/src/app/components/dashboard/dashboard.component.ts b/ufund-ui/src/app/components/dashboard/dashboard.component.ts index dd323c4..48c5894 100644 --- a/ufund-ui/src/app/components/dashboard/dashboard.component.ts +++ b/ufund-ui/src/app/components/dashboard/dashboard.component.ts @@ -8,4 +8,8 @@ import { Component } from '@angular/core'; }) export class DashboardComponent { constructor() {} + + back() { + window.history.back(); + } } |