Hi,
I have a site for selling/renting properties and and I do have a descrption filed and what I would like to display something like below:
Description
- Exclusive with Seller
- Peaceful View - Low Floor
- Excellent Condition
- Direct Access to Pool and Gym
- Covered Parking
- Viewings on Request
but I am getting:
- Exclusive with Seller- Peaceful View- Low Floor- Excellent Condition- Direct Access to Pool and Gym- Covered Parking- Viewings on Request
this is not a list it is one filed called description in DB that is a string and here is what i have:
<strong>Description</strong><br>
{{property.description}}
This is what I have in db descrption field
<b>this is a </b> test
when loaded in angular page html it is showing the same:
<b>this is a </b> test
and not
this is a test