docs: remove old content from CLI configuration guide (#38243)

PR Close #38243
This commit is contained in:
Wataru.Kasahara 2020-07-27 21:56:44 +09:00 committed by Jessica Janiuk
parent f0733d109e
commit 3f92be4ec3
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ The initial app that you create with `ng new app_name` is listed under "projects
</code-example>
Each additional app that you create with `ng generate application` has a corresponding end-to-end test project, with its own configuration section.
When you create a library project with `ng generate library`, the library project is also added to the `projects` section.
<div class="alert is-helpful">