[Angular, Jquery] Scraping Javascript properties ($currentValue) of an input field

Hi there,

it's about an internal system so unfortunately I can't share URL.
The application seems to run with Angular and the values I want to read are received with a Jason payload.
The value is displayed on the page within a input field, but is not discoverable in the HTML. It appears that the value is being passed via javascript, however, as it is displayed within the properties of the input field as $$currentValue.

Via the console I could also call the value with "document.querySelector("#lastName").$$currentValue".

Is there any way to scrape the value marked in red?

Thanks in advance


Full size