Specifies the mode in which the package will be generated.
Development | For development. Project is served, by default, with the Angular development server. Includes packages for Testing, E2E tests, Lighthouse, code analysis, etc. |
Distribution | For production. Does not include dependencies for Testing, E2E tests, Lighthouse. Minify code. Prepare the package for a production server. |
Prototype | Ideal for prototyping/demos. Project is served, by default, with the Angular development server. Minimum number of packages for quick start. |
Generators: Angular
Level: Generator
This property applies only at design time.
To apply the corresponding changes when the property value is configured, execute a Rebuild All.