WordPress: Building Apps with Angular

Go to class
Write Review

Free Online Course: WordPress: Building Apps with Angular provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. WordPress: Building Apps with Angular is taught by Roy Sivan.

Overview
  • Discover how easy it is to build Angular applications—powered by WordPress—when using the Angular CLI.

    The WordPress content management system can provide a solid foundation for applications built with Angular, the popular front-end framework. WordPress REST API services mesh smoothly with the expectations of Angular, giving developers the opportunity to create single-page applications that provide a sophisticated window on content stored in WordPress. In this course, join instructor Roy Sivan as he showcases how easy it is to build Angular applications—powered by WordPress—when using the Angular CLI. Discover how to create an Angular WordPress theme, a plugin, and a headless app that displays data from a WordPress website.

Syllabus
  • Introduction

    • Welcome
    • What you need to know
    • Exercise files
    1. Angular WordPress Theme
    • Why Angular and WordPress?
    • Set up Angular CLI and WordPress locally
    • Create the child theme
    • Create the app page
    • Enqueue the scripts
    • REST API routes and endpoints with ACF
    • Creating services for modular code
    • Creating our blog listing page
    • Creating app routes
    • Creating our blog detail page
    • Creating our page detail page
    • Slug vs. ID
    • Fix WordPress redirect
    • Use as a headless site
    2. Angular WordPress Plug-in
    • Creating a plug-in and Angular app
    • Enqueuing the scripts and renaming
    • Creating Angular services
    • Creating Angular components
    • Creating our search form
    • Handling our search event
    • Displaying results
    3. Headless WordPress App
    • Intro and installing plug-in
    • Overview of WAR library
    • Create new Angular app
    • Create REST API service and methods
    • App component
    • App template
    • Extend with EZ Data
    Conclusion
    • Next steps