]> juplo.de Git - demos/angular/stored-login/commit
fixed the login component (added missing parts and adjusted copied code)
authorKai Moritz <kai@juplo.de>
Sat, 6 Sep 2025 12:03:46 +0000 (14:03 +0200)
committerKai Moritz <kai@juplo.de>
Mon, 15 Sep 2025 20:41:55 +0000 (22:41 +0200)
commitbfbd2be84fcd4952c530af4889b0a4c9c5d69998
tree627b902b6da9f2cf5a6869e5fa6d0aa33bdc906b
parent7b32ac413b41816750e532bf772d32903a599ba0
fixed the login component (added missing parts and adjusted copied code)
src/app/app.config.ts
src/app/app.routes.ts
src/app/login/login.component.ts
src/app/services/auth.service.spec.ts [new file with mode: 0644]
src/app/services/auth.service.ts [new file with mode: 0644]
src/app/store/login.actions.ts
src/app/store/login.effects.ts
src/app/store/login.reducers.ts