From fa2b47f507214ffdd8027dfd66d1c69f9076b5bd Mon Sep 17 00:00:00 2001 From: Yvonne Allen Date: Thu, 18 Mar 2021 12:08:24 -0400 Subject: [PATCH] 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 --- aio/content/guide/component-overview.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/aio/content/guide/component-overview.md b/aio/content/guide/component-overview.md index 400e8dd1d02..770e03af783 100644 --- a/aio/content/guide/component-overview.md +++ b/aio/content/guide/component-overview.md @@ -19,8 +19,8 @@ To view or download the example code used in this topic, see the < 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 `, where `` 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