Migrating from React to Angular

Go to class
Write Review

Free Online Course: Migrating from React to Angular provided by LinkedIn Learning is a comprehensive online course, which lasts for Less than 1 hour 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. Migrating from React to Angular is taught by Drake Boley.

Overview
  • Learn how to convert a React app to Angular.

Syllabus
  • Introduction

    • Welcome
    • What you should know
    1. Prepare Your Angular App
    • Installing the Angular CLI
    • Looking at the project structure
    • Using the CLI generators
    • Using webpack vs. the CLI and running your app
    • Ahead-of-time compilation
    2. Converting Your ES6 to TypeScript
    • PropTypes vs. types
    • Type guards: Using types in functions
    • Interfaces
    • Advanced types
    3. Converting Your Components
    • Creating a component
    • Attaching styles to a component
    • Working with component controller logic
    • Passing data between components
    4. Directives and Pipes
    • Creating a directive
    • Creating a pipe
    5. Services and Routing
    • Flux and states vs. services
    • Using RxJS and the HTTP client
    • Declaring and using routes
    Conclusion
    • Next steps