0
To limit in Angular the amount of characters in the text by inserting a "Read more" button to see the rest and when you see everything, the "see more" button will become the "see less" button".
I have the following div:
<div *ngFor="let menssagem of menssagem" class="msg">
{{menssagem.texto}}
</div>
I wanted this text, when it has for example more than 100 characters, it presents a "see more" button as in Facebook posts, and when expanding the "see less".