fix(create-account): Fixed form-submit so it submits correct data and uses correct data to redirect (TV-241)
Squashed commit of the following:
commit 5c0f8d9b86b638801184f38016d16ffce2fddc56
Merge: 76eba37 d91b3e6
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Fri Jun 4 09:26:41 2021 +0200
Merged develop and resolved conflicts
commit 76eba37ca12407ba86ae08c8ef7fc06b873286cd
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Thu Jun 3 07:46:40 2021 +0200
Added functionality to create account inside mock-api
commit f0af4736b6a196db9a1306ca8b355c62610905ee
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Thu Jun 3 06:32:21 2021 +0200
Removed PEGA references from repository
This commit is contained in:
+1
-3
@@ -41,9 +41,7 @@ export class EmployeeFormComponent {
|
||||
private serviceService: ServiceService,
|
||||
private authorizationService: AuthorizationService,
|
||||
private router: Router
|
||||
) {
|
||||
this.formGroup.valueChanges.subscribe(values => console.log(this.formGroup));
|
||||
}
|
||||
) {}
|
||||
|
||||
get firstNameControl(): AbstractControl {
|
||||
return this.formGroup.get('firstName');
|
||||
|
||||
Reference in New Issue
Block a user