How to read format of math ckeditor in ionic and cordova

I’m using ionic cordova. I get data by json from server, in my result display have use format math formula of ckeditor, for example:
x = {-b \pm \sqrt{b^2-4ac} \over 2a}

I don’t know I have to configure what and how in ionic and cordova, I have try to search but seem I don’t have exactly result for my answer…

So, How to read format of math ckeditor in ionic and cordova…