How to handle html response in ionic?

I am getting a HTML page as response in API, So how can i handle it in my application?

How would you handle it in any other app?

Either use the HTML directly or parse it to extract the data you need.

What do you mean “how can I handle it”? Can you be more specific?
Are you asking about some good html parsers to extract the data or you are getting stream of html data and your not able to process it or any other reason?