SoFunction
Updated on 2025-04-04

Briefly talk about the use of files

1. Configure properties

2. Set version

3、version

4. Each configuration item has 3 field properties: builder, options, configurations, such as the default build command configuration:

5. Place the configuration of all projects. One of the items is a child, such as xxxx is a project, which is automatically generated when created.

6. Some fields of Angular.json

7、projectType

8. The examples here are just to understand the usage of architect.

9、root

10. How to use

11. For example, we simply customize a locally run server command:

12. The structure of monorepo is as follows:

13、architect

14. Take component as an example. If you want to achieve the effect of unified nggc--spec=false-styleext=scss, you can configure it as follows:

15. But in fact, most people still maintain a project in a workspace, so this is not that important here. I just want to say that the change of json files is for the new model.

16. Represents the "root directory" of the project, which is the location of the project, or the parent directory of the project source code. The project's root directory contains some specific configurations.

17. Contains several sets of CLI-related project automation command configurations, such as local run, compilation, testing, etc. Several sets of command configurations such as build, serve, etc. are preset by default:

18. The CLI has several sets of options preset, and we can configure them for different options:

19、

20. The path to the new project.

21、defaultProject

22、projects

23. The schematics here are for a single project. This field is also available in the entire angular.json, and it takes effect on all projects by default.

24、schema.json

25. The configuration uses the built-in running local server program, and then uses the default build configuration, plus a custom run port, and two different modes to run different ports.

26. Sign whether this project is application or library

27、prefix

28. This is the default generated configuration of the project.

29. The directory where the project source code is located is usually used by default.

30. In a separate configuration, some automated operations can be achieved through flexible configurations and some built-in instructions using CLI.

31. The above is the entire content of this article. I hope it will be helpful to everyone’s study and I hope everyone will support me more.

32. Then you can directly use nggc to generate the corresponding components directly.

33. This is part of the configuration properties. I will make a simple record in order and it will be easier to check it in the future.

34、schematics

35、newProjectRoot

36、sourceRoot

37. Default project. When using some CLI commands without specifying the project name, the default pointing to the project is.

38、$schema

39. Point to a JSONSchema file, which describes all fields and constraints of angular.json.