Answer the question
In order to leave comments, you need to log in
How to strip tags in Angular?
There is such a code
<ion-card *ngFor="let item of classifiedData">
<ion-card-content>
{{item.body}}
</ion-card-content>
<ion-row no-padding>
<ion-col text-right>
<button ion-button clear small color="danger" icon-left>
<ion-icon name='share-alt'></ion-icon>
Подробнее
</button>
</ion-col>
</ion-row>
</ion-card>
Answer the question
In order to leave comments, you need to log in
Example
Instead of "item.body" insert what you want to display in a "div" along with html markup
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question