I am trying to sharepoint content like posts or sitepages in my angular application. Basically i am trying to find a way to pull the HTML equivalent code of sharepoint pages using REST API and display it, as it looked in sharepoint, in my web application. My application uses angular.
Please let me know if it is feasible, what are the available options.
Thanks in advance.
I googled a lot trying to figure out this before posting a open question here. But did not find much success. I could find API which pulls list details and data inside lists. But i am not sure sure if a list can contain a page and HTML code of page can be pulled.