So I’m building a web application using angular. I decided to integrate Ghost CMS into my angular application.
After looking into the documentation and found out that we have to use the content API to get the content and all this works perfectly fine.
But I wonder if there’s any way to import the ghost theme into my application as I don’t want to sit and design pages, instead I wanted to use the themes already provided by Ghost.
How do I about acheiving this?