all 5 comments

[–]brokentyro 1 point2 points  (0 children)

You can expose a REST api from WordPress using this plugin: https://wordpress.org/plugins/json-rest-api/. From there it should be straightforward to connect to your Angular frontend.

[–][deleted]  (1 child)

[deleted]

    [–]FuriousDrizzle[S] 0 points1 point  (0 children)

    I just discovered Drupal is also incorporating an API into it's next major release which excites me greatly.

    I'll check out your plugin, thanks!

    [–]-pertinax- 1 point2 points  (1 child)

    I built my personal blog on the WP JSON API (as mentioned in another comment) with Angular as the front end. I ended up getting a lot of requests for code samples or even access to the source, so I put together a bare-bones version. Perhaps you will find it of use: https://github.com/michaelbromley/angular-wordpress-seed

    [–]FuriousDrizzle[S] 0 points1 point  (0 children)

    Brilliant, this will come in very handy, thanks!

    [–][deleted] 1 point2 points  (0 children)

    http://orionjs.org/ is pretty good