feat: added user.module and other components.
Co-authored-by:
Shirajuki <jonnynl@stud.ntnu.no>
parent
7ea14179
No related branches found
No related tags found
Showing
- client/src/app/app-routing.module.ts 9 additions, 2 deletionsclient/src/app/app-routing.module.ts
- client/src/app/app.module.ts 5 additions, 1 deletionclient/src/app/app.module.ts
- client/src/app/models/user.model.ts 78 additions, 0 deletionsclient/src/app/models/user.model.ts
- client/src/app/users/user-login-form/user-login-form.component.html 1 addition, 0 deletions.../app/users/user-login-form/user-login-form.component.html
- client/src/app/users/user-login-form/user-login-form.component.scss 0 additions, 0 deletions.../app/users/user-login-form/user-login-form.component.scss
- client/src/app/users/user-login-form/user-login-form.component.spec.ts 25 additions, 0 deletions...p/users/user-login-form/user-login-form.component.spec.ts
- client/src/app/users/user-login-form/user-login-form.component.ts 15 additions, 0 deletions...rc/app/users/user-login-form/user-login-form.component.ts
- client/src/app/users/user-profile/user-profile.component.html 1 addition, 0 deletions...nt/src/app/users/user-profile/user-profile.component.html
- client/src/app/users/user-profile/user-profile.component.scss 0 additions, 0 deletions...nt/src/app/users/user-profile/user-profile.component.scss
- client/src/app/users/user-profile/user-profile.component.spec.ts 25 additions, 0 deletions...src/app/users/user-profile/user-profile.component.spec.ts
- client/src/app/users/user-profile/user-profile.component.ts 15 additions, 0 deletionsclient/src/app/users/user-profile/user-profile.component.ts
- client/src/app/users/user-registration-form/user-registration-form.component.html 1 addition, 0 deletions...r-registration-form/user-registration-form.component.html
- client/src/app/users/user-registration-form/user-registration-form.component.scss 0 additions, 0 deletions...r-registration-form/user-registration-form.component.scss
- client/src/app/users/user-registration-form/user-registration-form.component.spec.ts 25 additions, 0 deletions...egistration-form/user-registration-form.component.spec.ts
- client/src/app/users/user-registration-form/user-registration-form.component.ts 15 additions, 0 deletions...ser-registration-form/user-registration-form.component.ts
- client/src/app/users/user.module.ts 24 additions, 0 deletionsclient/src/app/users/user.module.ts
- client/src/app/users/user.service.spec.ts 10 additions, 0 deletionsclient/src/app/users/user.service.spec.ts
- client/src/app/users/user.service.ts 47 additions, 0 deletionsclient/src/app/users/user.service.ts
- server/src/controllers/postController/index.ts 1 addition, 1 deletionserver/src/controllers/postController/index.ts
client/src/app/models/user.model.ts
0 → 100644
client/src/app/users/user.module.ts
0 → 100644
client/src/app/users/user.service.spec.ts
0 → 100644
client/src/app/users/user.service.ts
0 → 100644
Please register or sign in to comment