Reputation: 1
I have been hired in my first web developer job a few weeks ago for a moving software company of only 3 developers. The software connects to the moving companies' websites by installing quote forms (injected from the Angular application). Installation of the forms are easy for static HTML websites. However, it gets a little more complicated if a moving company has a Wordpress website, which is the majority of our clients. The process I have been shown is as follows:
My question is, is there anyway that I can add create a Wordpress plugin that achieves these steps? Or, is there an easier way to go about connecting an Angular application to any website, not just Wordpress (it is a similar process for static HTML websites). I have been a part-time web developer for the past 3 years and am familiar with Angular and Wordpress, but not enough to know if this is possible. And the other developers (outsourcing from Russia) believe that their process is perfect and does not need any improvement, so they are not helpful.
Upvotes: 0
Views: 3531
Reputation: 166
I have just released a plugin, Xo for Angular, which aims to provide a foundation for WordPress and Angular. Should meet all of your needs above.
https://wordpress.org/plugins/xo-for-angular/
It is currently in beta and would appreciate any feedback!
Main concepts:
Documentation (work in progress): https://angularxo.io/
Plugin github: https://github.com/WarriorRocker/angular-xo-core
Example theme: https://github.com/WarriorRocker/angular-xo-material
Let me know what you think, thanks!
Upvotes: 1