diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-29 15:29:16 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-03-29 15:29:16 -0400 |
commit | b539c504782072fe933668b893c708bf577443dd (patch) | |
tree | 9272816caf6ac74904e27cdfeb32571c1133be21 /ufund-ui/src/app/components/signup/signup.component.ts | |
parent | 785d0df231d0cfdbf63f5ed60b56fb882f694725 (diff) | |
download | JellySolutions-b539c504782072fe933668b893c708bf577443dd.tar.gz JellySolutions-b539c504782072fe933668b893c708bf577443dd.tar.bz2 JellySolutions-b539c504782072fe933668b893c708bf577443dd.zip |
Finished implementing signup page and checked for the majority of edge cases.
Diffstat (limited to 'ufund-ui/src/app/components/signup/signup.component.ts')
-rw-r--r-- | ufund-ui/src/app/components/signup/signup.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ufund-ui/src/app/components/signup/signup.component.ts b/ufund-ui/src/app/components/signup/signup.component.ts index b3432e6..383d6a7 100644 --- a/ufund-ui/src/app/components/signup/signup.component.ts +++ b/ufund-ui/src/app/components/signup/signup.component.ts @@ -1,4 +1,4 @@ -import {Component, ElementRef, ViewChild} from '@angular/core'; +import {Component} from '@angular/core'; import {UsersService} from '../../services/users.service'; import {Router} from '@angular/router'; import {BehaviorSubject} from 'rxjs'; |