|
|
|
|
|
|
|
|
this.rounter = rounter; |
|
|
this.rounter = rounter; |
|
|
this.notificationService = notificationService; |
|
|
this.notificationService = notificationService; |
|
|
this.userForm = new forms_1.FormGroup({ |
|
|
this.userForm = new forms_1.FormGroup({ |
|
|
password: new forms_1.FormControl('abcdefg', [forms_1.Validators.minLength(3), forms_1.Validators.maxLength(20)]), |
|
|
|
|
|
|
|
|
password: new forms_1.FormControl('password', [forms_1.Validators.minLength(3), forms_1.Validators.maxLength(20)]), |
|
|
email: new forms_1.FormControl('email@email.com', forms_1.Validators.email) |
|
|
email: new forms_1.FormControl('email@email.com', forms_1.Validators.email) |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |