• Great plugin!

    I was wondering, Is it possible to combine a custom Angular website with WordPress?

    I would like to rapidly build an app with AngularJS, and concentrate on just the custom core functions, while things like the blogs, contact forms, payment pages, and user registration can all be handled by WordPress.

    The AngularJS app will make API calls to other datasources including other DBs.

    What is the best way to combine the two? Have the Angular pages run inside of WordPress? Or have WordPress be a subdomain of the Angular site?

    I think WP is an under utilized tool for rapid “complete” custom website/app development.

    Thank you!

    https://wordpress.org/plugins/angularjs-for-wp/

Viewing 1 replies (of 1 total)
  • Plugin Author Roy Sivan

    (@guavaworks)

    HI jake.

    I totally agree with you, WP is an under utilized tool for rapid deployment.

    So CodingOfficeHours.com current version (beta) is an AngularJS app that lives within a customized theme. We are currently working on v1 which removes all of the the app, and puts it on a NODE stack server so we can more easily use web sockets, then uses the WP-API for content data, user registration, and user authentication.

    If you are using souly WordPress to power your entire site, then I’d say go with our beta approach of a customized AngularJS app that lives within a theme. If you really need to utilize other resources outside of WP (on the server level), then maybe migrate the app out, and have WP live in a subdomain as an API you use

    Roy

Viewing 1 replies (of 1 total)
  • The topic ‘Possible to integrate custom Angular code?’ is closed to new replies.