From 61f2353467408d349bffeafb19464369ba412afb Mon Sep 17 00:00:00 2001 From: Schlemmer Date: Sun, 23 Jun 2019 12:30:21 +0200 Subject: [PATCH] docs: add note about cli commands (#31216) PR Close #31216 --- aio/content/start/index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aio/content/start/index.md b/aio/content/start/index.md index 31e39be5c2..3ce6c2151e 100644 --- a/aio/content/start/index.md +++ b/aio/content/start/index.md @@ -204,6 +204,12 @@ You might have noticed that the product list component also defines a `products` We're going to create a new alert feature. The alert feature will take a product as an input. It will then check the product's price, and, if the price is greater than $700, it will display a "Notify Me" button that lets users sign up for notifications when the product goes on sale. +
+ +Learn more: This manual uses StackBlitz Generator for simplification. Take a look at [Angular CLI](cli) to get an overview of our CLI commands. + +
+ 1. Create a new product alerts component. 1. Right click on the `app` folder and use the `Angular Generator` to generate a new component named `product-alerts`.