Getting data from server as below
Test Your Code
New Testing Code
Opel Audi
Above data have sapace between the words. i want to show text as it is.
I have html select dropdown where i am rendering the server data.
but i am not able to diplay data as it is coming form server, it is showing one space in between the word. can anyone tell me how to fix this?
<html>
<body>
<select>
<option value="volvo">Test Your Code</option>
<option value="saab">New Testing Code </option>
<option value="opel">Opel Audi</option>
</select>
</body>
</html>
check plunkr