]>
juplo.de Git - demos/angular/stored-login/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Kai Moritz [Mon, 15 Sep 2025 19:33:38 +0000 (21:33 +0200)]
fix: `token` / `error` are cleared correcly on error / success
* also added a delay to make the disabling of the form visible
Kai Moritz [Tue, 9 Sep 2025 16:32:53 +0000 (18:32 +0200)]
refactored login component to use reactive forms
Kai Moritz [Mon, 15 Sep 2025 18:53:06 +0000 (20:53 +0200)]
implemented a faked authentication, that fails in 30%
Kai Moritz [Sun, 7 Sep 2025 00:26:33 +0000 (02:26 +0200)]
auth service asserts redirect to `login`, if the user is not yet set
Kai Moritz [Sat, 6 Sep 2025 12:03:46 +0000 (14:03 +0200)]
fixed the login component (added missing parts and adjusted copied code)
Kai Moritz [Sat, 30 Aug 2025 09:19:17 +0000 (11:19 +0200)]
adapted and refined the implementation of the component
- Adapted the implementation to the project structure.
- Adhered to best practices (`inject()` and `onNgInit()`).
- Moved the HTML code in a separate file.
Kai Moritz [Sun, 29 Jun 2025 13:53:01 +0000 (15:53 +0200)]
Kai Moritz [Sun, 29 Jun 2025 13:45:32 +0000 (15:45 +0200)]
generated component `login` with `ng generate component login`
Kai Moritz [Sun, 29 Jun 2025 11:51:49 +0000 (13:51 +0200)]
Kai Moritz [Sun, 29 Jun 2025 11:50:28 +0000 (13:50 +0200)]
added `@ngrx/effects`
Kai Moritz [Sun, 29 Jun 2025 11:40:40 +0000 (13:40 +0200)]
added `@ngrx/store`
Kai Moritz [Sat, 6 Sep 2025 12:03:46 +0000 (14:03 +0200)]
introduced a home-component and added routing
Kai Moritz [Sun, 29 Jun 2025 11:38:43 +0000 (13:38 +0200)]
initial commit