From 6bfe214346b5b7c0e7ede3848c2975a707fbf9ab Mon Sep 17 00:00:00 2001 From: ajitsinghkaler Date: Fri, 13 Dec 2019 03:39:20 +0530 Subject: [PATCH] docs: add products.ts file on getting started page (#34301) in the getting started page (first tutorial) file products.ts which was not shown and was only present in the StackBlitz examples. So added a refrence that it is present in the example and also added a note that examples may carry filenames not present please look at StackBliz examples for details Fixes #34291 PR Close #34301 --- aio/content/start/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/aio/content/start/index.md b/aio/content/start/index.md index a0f0069999..2d8bb3e813 100644 --- a/aio/content/start/index.md +++ b/aio/content/start/index.md @@ -50,6 +50,11 @@ expect, save and then click the refresh button. * StackBlitz is continually improving, so there may be slight differences in generated code, but the app's behavior will be the same. +* When you generate the StackBlitz example apps that +accompany the tutorials, StackBlitz creates the starter +files and mock data for you. The files you'll use throughout +the tutorials are in the `src` folder of the StackBlitz +example apps. @@ -70,7 +75,7 @@ This section introduces template syntax by enhancing the "Products" area.
-To help you get going, the following steps use predefined product data and methods from the `product-list.component.ts` file. +To help you get going, the following steps use predefined product data from the `products.ts` file (already created in StackBlitz example) and methods from the `product-list.component.ts` file.