I need help figuring out how to hide a certain type of string input from the user, and then use Angular data binding to display it in another component with part of the data masked with asterisks. I'm not very skilled in JavaScript, so I'm wondering if it's possible to achieve this using CSS instead?
<p class="subtitle">
We have sent an email to<br />
<b>{{ capturedEmail }}</b> with instructions<br />
on how to recover your password.<br />
Once you reset your password, you will be able to log in<br />
to the platform with your credentials.
</p>
The code snippet above shows where I want to apply this feature to the {{ capturedEmail }} property
For example:
[email protected] -> C***@mail.com