Commit Graph

19 Commits

Author SHA1 Message Date
26bc9541a3 fixed import formatting in app-routing.module.ts 2020-07-21 15:26:53 +02:00
3e8017050d added apiUrl to environment 2020-07-21 15:26:12 +02:00
76ca83116b changed button design in LoginComponent 2020-07-21 15:25:51 +02:00
205a65cf45 added login functionality to LoginComponent 2020-07-21 15:25:12 +02:00
23e687de27 added registration functionality to RegisterComponent 2020-07-21 15:24:25 +02:00
c0612696c9 updated RegisterComponent to FormBuilder and added proper input validation 2020-07-21 15:23:46 +02:00
3eff2af69d added custom ErrorStateMatcher to show feedback von Password Confirmation 2020-07-21 15:22:43 +02:00
d69ed8082e added fake-backend to AppModule 2020-07-21 15:21:45 +02:00
7eb77671a2 adjusted AuthGuard for BehaviorSubject in AccountService 2020-07-21 15:20:16 +02:00
410d3aa622 added login and register methods to AccountService 2020-07-21 15:19:49 +02:00
f5b7429130 added class to represent user 2020-07-21 15:18:53 +02:00
1e9b5817ab added fake-backend for login and registration testing 2020-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 2020-07-21 08:47:59 +02:00
110118e01d changed app structure to pure router-outlet and added login and register to routing 2020-07-21 08:47:33 +02:00
2cf55e6709 added registration component 2020-07-21 08:46:11 +02:00
46ce0ddbff added login component 2020-07-21 08:45:59 +02:00
11af9c5d0d added basic AccountService 2020-07-21 08:45:40 +02:00
886ab08b1f updated packages and added @angular/flex-layout and @angular/cdk 2020-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
2020-07-19 22:16:23 +02:00