aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/app/app.module.ts
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-03-25 18:07:45 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-03-25 18:07:45 -0400
commitb0369f8b5e50eaec22c9178748f57dde6912d383 (patch)
tree35321024e74b71f11bda4ecc30de44843f28a838 /ufund-ui/src/app/app.module.ts
parent5f03e80712f7a18370b5118fde5327bde1b6fbbf (diff)
downloadJellySolutions-b0369f8b5e50eaec22c9178748f57dde6912d383.tar.gz
JellySolutions-b0369f8b5e50eaec22c9178748f57dde6912d383.tar.bz2
JellySolutions-b0369f8b5e50eaec22c9178748f57dde6912d383.zip
Created signup component and implemented some functionality. Did not finish implementing color bar and error messages.
Diffstat (limited to 'ufund-ui/src/app/app.module.ts')
-rw-r--r--ufund-ui/src/app/app.module.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/ufund-ui/src/app/app.module.ts b/ufund-ui/src/app/app.module.ts
index 9f525fe..156ef5f 100644
--- a/ufund-ui/src/app/app.module.ts
+++ b/ufund-ui/src/app/app.module.ts
@@ -14,6 +14,7 @@ import {RouterLink, RouterLinkActive, RouterOutlet} from '@angular/router';
import {DashboardComponent} from './components/dashboard/dashboard.component';
import {CommonModule} from '@angular/common';
import {LoginComponent} from './components/login/login.component';
+import { SignupComponent } from './components/signup/signup.component';
@NgModule({
declarations: [
@@ -25,6 +26,7 @@ import {LoginComponent} from './components/login/login.component';
NeedListComponent,
DashboardComponent,
LoginComponent,
+ SignupComponent,
],
imports: [
BrowserModule,