G
Size: a a a
G
VO
VO
VO
V
VO
VO
VO
getTokenFromQuery() {
return this.activatedRoute.queryParams.subscribe(params => {
console.log(params['token'])
return params['token']
})
}
credentialsForm: FormGroup = this.createForm({
password: '',
token: this.getTokenFromQuery().toString()
})
V
VO
V
V
VO
VO
V
VO
VO
V