thewickermilko / DatingApp-net8

0 stars 0 forks source link

Client login and register #15

Closed thewickermilko closed 2 weeks ago

thewickermilko commented 2 weeks ago

User should be able to login and register from the Angular side

  1. Create components using the Angular CLI (command-line interface)
  2. Get information from the user using Angular Template forms
  3. Use Angular services - instead of doing the API calls
  4. Use Angular structural directives to conditionally display elements on a page
thewickermilko commented 2 weeks ago

4d039a3 - https://getbootstrap.com/docs/5.3/examples/carousel/ - Bootstrap template used for Nav bar.

Created "nav.component.css", "nav.component.ts" and "nav.component.html".

thewickermilko commented 2 weeks ago

a0dcd14 - "nav.component.ts" - added "model" and "login" method. "nav.component.html" - form was redone so the user can type "Username" and "Password".

thewickermilko commented 2 weeks ago

43004ff - Created "account.service.ts". "nav.component.html" and "nav.component.ts" - modified for login.

thewickermilko commented 2 weeks ago

d19b776 - https://valor-software.com/ngx-bootstrap/#/components/dropdowns?tab=overview#basic - template used for dropdown menu.

thewickermilko commented 2 weeks ago

bce405a - Created "user.ts" for Angular interface. "app.component.ts" - "setCurrentUser" method created and code was modified. "account.service.ts" - code modified and signals used.

thewickermilko commented 2 weeks ago

60379de - Created "home.component.css", "home.component.html" and "home.component.ts".

"app.component.ts", "app.component.html" - code modified.

thewickermilko commented 2 weeks ago

5c9927d -

Created "register.component.css", "register.component.html" and "register.component.ts"

thewickermilko commented 2 weeks ago

16ed28e