docs: edit project structure description (#42346)
- improve `app` folder description: an initial skeleton app project, also called angular-tour-of-heroes (in the src subfolder), there is no `angular-tour-of-heroes` in the `src` subfolder. - an end-to-end test project (in the e2e subfolder) removed as does not exist/was not created PR Close #42346
This commit is contained in:
parent
74ebdf6fdc
commit
0166391402
|
@ -40,8 +40,7 @@ The Angular CLI installs the necessary Angular `npm` packages and other dependen
|
|||
It also creates the following workspace and starter project files:
|
||||
|
||||
* A new workspace, with a root folder named `angular-tour-of-heroes`.
|
||||
* An initial skeleton app project, also called `angular-tour-of-heroes` (in the `src` subfolder).
|
||||
* An end-to-end test project (in the e2e subfolder).
|
||||
* An initial skeleton app project in the `src/app` subfolder.
|
||||
* Related configuration files.
|
||||
|
||||
The initial app project contains a simple Welcome app, ready to run.
|
||||
|
|
Loading…
Reference in New Issue