docs: review and update components overview guide (#41263)

* add links to navigate to the create workspace and application and install Angular CLI how-to steps for easy navigation
* add reviewed tag with date guide was reviewed

PR Close #41263
This commit is contained in:
Yvonne Allen 2021-03-18 12:08:24 -04:00 committed by Alex Rickabaugh
parent 5e46901ffc
commit da22d4904c
1 changed files with 3 additions and 2 deletions

View File

@ -19,8 +19,8 @@ To view or download the example code used in this topic, see the <live-example><
To create a component, verify that you have met the following prerequisites:
1. Install the Angular CLI.
1. Create an Angular project.
1. [Install the Angular CLI.](guide/setup-local#install-the-angular-cli)
1. [Create an Angular workspace](guide/setup-local#create-a-workspace-and-initial-application) with initial application.
If you don't have a project, you can create one using `ng new <project-name>`, where `<project-name>` is the name of your Angular application.
## Creating a component
@ -180,3 +180,4 @@ The `styles` property takes an array of strings that contain the CSS rule declar
* For more information on styling components, see [Component styles](guide/component-styles).
* For more information on templates, see [Template syntax](guide/template-syntax).
@reviewed 2021-03-18