44575a8a08
Merge branch 'login' into 'main'
daniel2020-07-21 15:34:53 +02:00
c82d784866
Initial implementation of login and registration with fake backend for future testing Also introduced flex-layout
daniel2020-07-21 15:34:52 +02:00
26bc9541a3
fixed import formatting in app-routing.module.ts
daniel2020-07-21 15:26:53 +02:00
3e8017050d
added apiUrl to environment
daniel2020-07-21 15:26:12 +02:00
76ca83116b
changed button design in LoginComponent
daniel2020-07-21 15:25:51 +02:00
205a65cf45
added login functionality to LoginComponent
daniel2020-07-21 15:25:12 +02:00
23e687de27
added registration functionality to RegisterComponent
daniel2020-07-21 15:24:25 +02:00
c0612696c9
updated RegisterComponent to FormBuilder and added proper input validation
daniel2020-07-21 15:23:46 +02:00
3eff2af69d
added custom ErrorStateMatcher to show feedback von Password Confirmation
daniel2020-07-21 15:22:43 +02:00
d69ed8082e
added fake-backend to AppModule
daniel2020-07-21 15:21:45 +02:00
7eb77671a2
adjusted AuthGuard for BehaviorSubject in AccountService
daniel2020-07-21 15:20:16 +02:00
410d3aa622
added login and register methods to AccountService
daniel2020-07-21 15:19:49 +02:00
f5b7429130
added class to represent user
daniel2020-07-21 15:18:53 +02:00
1e9b5817ab
added fake-backend for login and registration testing
daniel2020-07-21 15:17:51 +02:00
d9935d2dd1
added test component containing the old test setup with two buttons for websocket and rest api testing respectively
daniel2020-07-21 08:47:59 +02:00
110118e01d
changed app structure to pure router-outlet and added login and register to routing
daniel2020-07-21 08:47:33 +02:00
886ab08b1f
updated packages and added @angular/flex-layout and @angular/cdk
daniel2020-07-21 08:42:07 +02:00
d90204d34c
initial commit - contains basic chat via websocket - contains button to test websocket - contains button to test rest api
daniel2020-07-19 22:16:23 +02:00