Is there a way to integrate Angular2 package with wordpress, such that I could write a page or a post (say single page) within wordpress using angular tags, and data-binding.
Although I have seen a couple of integration online, all they do is call angular 2 posts or pages using REST API, and display these on a page. What I want to achieve is to be able to create the pages/posts using Angular2.
Although I have seen a couple of integration online, all they do is call angular 2 posts or pages using REST API, and display these on a page. What I want to achieve is to be able to create the pages/posts using Angular2.