diff --git a/aio/content/guide/component-overview.md b/aio/content/guide/component-overview.md index 400e8dd1d0..770e03af78 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