Wordpress Plugin Development with AngularJSThis course aims you to teach you how to code your own plugin on a Wordpress website. We are going to learn together how to start, how to activate our plugin and how to change our content dynamically.At the end of this course, i'll provide you the entire plugin as files to use.In this course, we are going to learn to use AngularJS to create our first Wordpress Plugin. Step by step, we are going to:Create a local Wordpress,Build our first AngularJS app,Create our first Angular component,Inject Angular to our HTML template,Import Bootstrap as a CDN,Import others scripts that we will need,Show/hide a cookie banner,Put/remove cookies from browserWhat is AngularJS?AngularJS is an open-source Front-end JavaScript framework.Today, Javascripts Frameworks's goal is to augment browser-based applications with Model–View–Controller (MVC) capability. Also, they are made to reduce the amount of JavaScript needed to make web applications functional. Nowadays, these apps are known as Single-Page Applications.AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. Data binding and dependency injection eliminate much of the code you would otherwise have to write. And it all happens within the browser, making it an ideal partner with any server technology.
What you'll learn
Set up a local WordPress environment
Build a basic AngularJS application
Create Angular components
Integrate Angular with HTML
Implement Bootstrap into a WordPress plugin
Manage browser cookies in the plugin
Course objectives
Teach participants how to create and activate a WordPress plugin
Enable students to understand the integration of AngularJS in WordPress plugins
Provide practical coding experience with AngularJS components