Angular
Fundamentals of Angular - Configuration & Production

Running in Dev vs. Prod

Outline

In this video...

You will learn the difference between running in development vs. in production.

There are various items that need to be handled in each environment. For example, in development, you need to worry about what server will handle API requests, whereas in production, the routing configuration is only clientside, so the server needs to support the clientside routing.

CLI Course

Angular CLI Basics

 

I finished! On to the next chapter