Angular
Fundamentals of Angular - Configuration & Production
  •  

The angular.json File

Outline

In this video...

You will learn about the angular.json file, and it's primary configuration settings.

The angular.json file is the primary configuration file for an Angular project. There are several important configuration settings you should know about:

  • outputPath - where the build engine will put the built files
  • assets/styles/scripts - files needed for the app that aren't references elsewhere in your project
 

I finished! On to the next chapter