What is the role of angular.json file?
- angular.json is the workspace configuration file.
- Defines project settings including:
- Build and serve options
- File assets
- Environment configurations
- Output paths
- Third-party library styles and scripts
- Controls how Angular CLI builds and serves your app.