Production-Grade Angular

Production-Grade Angular

Learning Paths:
6 hours, 57 minutes CC

Learn the techniques and patterns that high-performance Angular teams use every single day to build production-grade Angular apps! In this course, you’ll learn how to structure your files and make your projects more scalable leveraging the Angular CLI and Nx. You’ll create shared modules and apply unit tests and end-to-end testing to your application. Finally, learn performance analysis techniques and how to bundle and ship your application using Docker.

This course and others like it are available as part of our Frontend Masters video subscription.

Published: January 19, 2021
Get Unlimited Access Now
Table of Contents

Introduction

Managing Complexity

CLI & Nx Workspaces

Boilerplate App & Components

Complex Workspaces

Mock APIs

Reactive Angular & State Management

Facades

ngrx

Testing

Build & Deploy

Wrapping Up