Angular development made easy with WordPress
Xo provides a foundation for both Angular and WordPress developers to use what they know best.
- Use WordPress to manage content for pages and posts and let Xo generate your routes dynamically.
- Use the Xo API to get pages, posts, menus, options, and more in your Angular app.
- Run locally using ng serve for rapid development of new features and updates.
- Deploy for production using ng build and then distribute your theme with or without the source code.
Getting started with Xo is easy, begin with the Getting Started guides.
Xo also provides an extensive customization API.
Getting started takes just a few minutes!
- Add the Xo for Angular plugin to WordPress.
- Add the angular-xo module to your Angular app.
- Read the guides for WordPress, Angular, and Templates.
The easiest method is directly through WordPress by searching "Xo for Angular" on the Add New plugins screen. Alternatively the latest stable release is also available for download from the WordPress Plugins repository.
Alternatively to use the latest development version simply clone this repository into a folder named "xo-for-angular" within your "wp-content/plugins" directory.
Run this from the plugins folder.
$ git clone https://github.com/WarriorRocker/angular-xo-core.git xo-for-angular
The main angularxo.io documentation site theme, Angular Xo Material has been provided as a complete example or base to integrating Xo with your Angular theme.