added the login-implementation from the article
authorKai Moritz <kai@juplo.de>
Sun, 29 Jun 2025 11:51:49 +0000 (13:51 +0200)
committerKai Moritz <kai@juplo.de>
Sat, 6 Sep 2025 10:30:14 +0000 (12:30 +0200)
commit9f406d35956c71ef8de9d5721616199d1eab72de
treeb1641ef8012d05414854924b0c831d74290cb431
parentbf5b301a9cb50eb991674a43811d4e24fa6b2e6b
added the login-implementation from the article

link: https://medium.com/@tranan.aptech/building-a-secure-login-system-with-angular-and-ngrx-a-step-by-step-guide-b1987cdd5626[article
src/app/store/login.actions.ts [new file with mode: 0644]
src/app/store/login.effects.ts [new file with mode: 0644]
src/app/store/login.reducers.ts [new file with mode: 0644]
src/app/store/login.selectors.ts [new file with mode: 0644]