From 0166391402a7fa23534feb562ac13ed6570e4487 Mon Sep 17 00:00:00 2001 From: Serguei Cambour Date: Wed, 26 May 2021 12:24:02 +0200 Subject: [PATCH] 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 --- aio/content/tutorial/toh-pt0.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aio/content/tutorial/toh-pt0.md b/aio/content/tutorial/toh-pt0.md index 61bfccb37e..6ae60f5e57 100644 --- a/aio/content/tutorial/toh-pt0.md +++ b/aio/content/tutorial/toh-pt0.md @@ -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.