Я хочу создать аутентификацию проекта с помощью angular && spring boot
this.authenticationService.authenticationService(this.username, this.password)
Я хочу, чтобы этот код равнялся значению имени пользователя
if(this.authenticationService.authenticationService(this.username, this.password)===username)