File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,11 @@ you already have projects running on your machine that use other versions of nod
28
28
29
29
Both ` npm ` and ` yarn ` install packages identified in a [ ** package.json** ] ( https://docs.npmjs.com/files/package.json ) file.
30
30
31
- The CLI ` ng new ` command creates a default ` packages .json` file for your project.
32
- This ` packages .json` specifies _ a starter set of packages_ that work well together and
31
+ The CLI ` ng new ` command creates a default ` package .json` file for your project.
32
+ This ` package .json` specifies _ a starter set of packages_ that work well together and
33
33
jointly support many common application scenarios.
34
34
35
- You will add packages to ` packages .json` as your application evolves.
35
+ You will add packages to ` package .json` as your application evolves.
36
36
You may even remove some.
37
37
38
38
This guide focuses on the most important packages in the starter set.
You can’t perform that action at this time.
0 commit comments