Integrating Ghost with angular

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?

Most use cases for the Content API are BYOF (bring your own frontend). However, you could definitely take a theme that’s written for ghost and port it to angular - Ghost themes are only handlebars and html, so I don’t think it should be terribly difficult :slight_smile:

1 Like

Thanks for answering. I will consider your answer

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.